Skip to content

Commit fae179e

Browse files
committed
missing parentheses
1 parent d1047e4 commit fae179e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/reset-codegen-1/rmake.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fn compile(emit: Option<&str>, output_dir: &str) {
1717
rustc.run();
1818
}
1919

20-
fn main {
20+
fn main() {
2121
let flags = [
2222
("foo-output", None),
2323
("asm-output", Some("asm")),

0 commit comments

Comments
 (0)