Skip to content

Commit c326ff0

Browse files
committed
Another followup on #6009.
Odd that my earlier make checks did not catch this.
1 parent 6fbb64a commit c326ff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/condition.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ mod test {
193193
// Issue #6009
194194
mod m {
195195
condition! {
196-
sadness: int -> int;
196+
// #6009, #8215: should this truly need a `pub` for access from n?
197+
pub sadness: int -> int;
197198
}
198199

199200
mod n {

0 commit comments

Comments
 (0)