Another followup on #6009.
Odd that my earlier make checks did not catch this.
This commit is contained in:
parent
6fbb64acbe
commit
c326ff0c28
1 changed files with 2 additions and 1 deletions
|
@ -193,7 +193,8 @@ mod test {
|
|||
// Issue #6009
|
||||
mod m {
|
||||
condition! {
|
||||
sadness: int -> int;
|
||||
// #6009, #8215: should this truly need a `pub` for access from n?
|
||||
pub sadness: int -> int;
|
||||
}
|
||||
|
||||
mod n {
|
||||
|
|
Loading…
Add table
Reference in a new issue