Skip to content

Commit 83aa70d

Browse files
committed
another pub fn for check-fast
1 parent fad0559 commit 83aa70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/newtype-struct-with-dtor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ impl Drop for Fd {
1111
}
1212
}
1313

14-
fn main() {
14+
pub fn main() {
1515
}
1616

1717

0 commit comments

Comments
 (0)