Skip to content

Commit 27a9371

Browse files
committed
Update test case with link to issue.
1 parent dc00413 commit 27a9371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/associated-const/lints-used-unused.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ impl<T: Foo> Foo for Vec<T> {
2323

2424
fn main() {
2525
#[cfg(used)]
26-
let _ = S::N; //[used]~ ERROR erroneous constant used
26+
let _ = S::N; // FIXME: "erroneous constant used" -- awaiting #67176
2727
}

0 commit comments

Comments
 (0)