We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c2218 commit 1e524fbCopy full SHA for 1e524fb
src/test/ui/print-fuel/print-fuel.rs
@@ -3,7 +3,7 @@
3
4
// (#55495: The --error-format is to sidestep an issue in our test harness)
5
// compile-flags: -C opt-level=0 --error-format human -Z print-fuel=foo
6
-// build-pass (FIXME(62277): could be check-pass?)
+// check-pass
7
8
struct S1(u8, u16, u8);
9
struct S2(u8, u16, u8);
src/test/ui/print-fuel/print-fuel.stderr
@@ -1 +1 @@
1
-Fuel used by foo: 6
+Fuel used by foo: 4
0 commit comments