We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16661a1 commit 0b14bd4Copy full SHA for 0b14bd4
1 file changed
tests/ui/unpretty/diagnostic-attr.stdout
@@ -1,10 +1,10 @@
1
-//@ compile-flags: -Zunpretty=hir
2
-//@ check-pass
3
-//@ edition: 2015
4
-#![feature(diagnostic_on_const)]
+#![attr = Feature([diagnostic_on_const#0])]
5
extern crate std;
6
#[attr = PreludeImport]
7
use ::std::prelude::rust_2015::*;
+//@ compile-flags: -Zunpretty=hir
+//@ check-pass
+//@ edition: 2015
8
9
#[attr = OnUnimplemented {directive: Directive {is_rustc_attr: false,
10
subcommands: [],
0 commit comments