]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/feature-gate/allow-features.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / feature-gate / allow-features.stderr
index 157dddf06ad1d6dbf28ebc214b1b16c0f4cbd9ee..9caf48dd1386b6700fcf391f5f88ce3ae06b332a 100644 (file)
@@ -1,15 +1,9 @@
-error[E0725]: the feature `rustc_const_unstable` is not in the list of allowed features
-  --> $DIR/allow-features.rs:4:12
-   |
-LL | #![feature(rustc_const_unstable)]
-   |            ^^^^^^^^^^^^^^^^^^^^
-
 error[E0725]: the feature `unknown_stdlib_feature` is not in the list of allowed features
-  --> $DIR/allow-features.rs:8:12
+  --> $DIR/allow-features.rs:6:12
    |
 LL | #![feature(unknown_stdlib_feature)]
    |            ^^^^^^^^^^^^^^^^^^^^^^
 
-error: aborting due to 2 previous errors
+error: aborting due to previous error
 
 For more information about this error, try `rustc --explain E0725`.