Skip to content

Commit e9d364d

Browse files
committed
Fix test for #10391 to have pub main
1 parent 23d95f6 commit e9d364d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/regions-early-bound-lifetime-in-assoc-fn.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ impl<'v, D: Decoder<'v>> Decodable<'v, D> for () {
3636
}
3737
}
3838

39-
fn main() { }
39+
pub fn main() { }

0 commit comments

Comments
 (0)