We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1047e4 commit fae179eCopy full SHA for fae179e
tests/run-make/reset-codegen-1/rmake.rs
@@ -17,7 +17,7 @@ fn compile(emit: Option<&str>, output_dir: &str) {
17
rustc.run();
18
}
19
20
-fn main {
+fn main() {
21
let flags = [
22
("foo-output", None),
23
("asm-output", Some("asm")),
0 commit comments