Skip to content

Commit 2427029

Browse files
Fix typo passing flags to rustc
1 parent 702b45e commit 2427029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/issues/issue-23477.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// build-pass (FIXME(62277): could be check-pass?)
2-
// compiler-flags: -g
2+
// compile-flags: -g
33

44
pub struct Dst {
55
pub a: (),

0 commit comments

Comments
 (0)