summaryrefslogtreecommitdiffstats
path: root/tests/ui/auto-traits/pre-cfg.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/auto-traits/pre-cfg.stderr')
-rw-r--r--tests/ui/auto-traits/pre-cfg.stderr13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/ui/auto-traits/pre-cfg.stderr b/tests/ui/auto-traits/pre-cfg.stderr
new file mode 100644
index 000000000..6efa05b43
--- /dev/null
+++ b/tests/ui/auto-traits/pre-cfg.stderr
@@ -0,0 +1,13 @@
+warning: `auto` traits are unstable
+ --> $DIR/pre-cfg.rs:4:1
+ |
+LL | auto trait Foo {}
+ | ^^^^
+ |
+ = note: see issue #13231 <https://github.com/rust-lang/rust/issues/13231> for more information
+ = help: add `#![feature(auto_traits)]` to the crate attributes to enable
+ = warning: unstable syntax can change at any point in the future, causing a hard error!
+ = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860>
+
+warning: 1 warning emitted
+