about summary refs log tree commit diff
path: root/tests/ui/contracts/contract-attributes-nest.unchk_pass.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/contracts/contract-attributes-nest.unchk_pass.stderr')
-rw-r--r--tests/ui/contracts/contract-attributes-nest.unchk_pass.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/contracts/contract-attributes-nest.unchk_pass.stderr b/tests/ui/contracts/contract-attributes-nest.unchk_pass.stderr
new file mode 100644
index 00000000000..9ca95b8bb01
--- /dev/null
+++ b/tests/ui/contracts/contract-attributes-nest.unchk_pass.stderr
@@ -0,0 +1,11 @@
+warning: the feature `contracts` is incomplete and may not be safe to use and/or cause compiler crashes
+  --> $DIR/contract-attributes-nest.rs:19:12
+   |
+LL | #![feature(contracts)]
+   |            ^^^^^^^^^
+   |
+   = note: see issue #128044 <https://github.com/rust-lang/rust/issues/128044> for more information
+   = note: `#[warn(incomplete_features)]` on by default
+
+warning: 1 warning emitted
+