]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/rfc-2091-track-caller/only-for-fns.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / rfc-2091-track-caller / only-for-fns.stderr
index 3301da7ff47bf4df94d75447c57e08e0aae00cf0..c2fb8fa1eb6caceff1b55b985ecb5ab2b2e6e03b 100644 (file)
@@ -1,11 +1,3 @@
-warning: the feature `track_caller` is incomplete and may cause the compiler to crash
-  --> $DIR/only-for-fns.rs:1:12
-   |
-LL | #![feature(track_caller)]
-   |            ^^^^^^^^^^^^
-   |
-   = note: `#[warn(incomplete_features)]` on by default
-
 error[E0739]: attribute should be applied to function
   --> $DIR/only-for-fns.rs:3:1
    |
@@ -16,3 +8,4 @@ LL | struct S;
 
 error: aborting due to previous error
 
+For more information about this error, try `rustc --explain E0739`.