We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc00413 commit 27a9371Copy full SHA for 27a9371
src/test/ui/associated-const/lints-used-unused.rs
@@ -23,5 +23,5 @@ impl<T: Foo> Foo for Vec<T> {
23
24
fn main() {
25
#[cfg(used)]
26
- let _ = S::N; //[used]~ ERROR erroneous constant used
+ let _ = S::N; // FIXME: "erroneous constant used" -- awaiting #67176
27
}
0 commit comments