]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/on-unimplemented/feature-gate-on-unimplemented.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / on-unimplemented / feature-gate-on-unimplemented.stderr
index 71baf92b2d4097aa2c837efa274e1c13aead4437..a4b33963fb0b95b6bffa497f670cf31d932a41ae 100644 (file)
@@ -4,7 +4,6 @@ error[E0658]: this is an internal attribute that will never be stable
 LL | #[rustc_on_unimplemented = "test error `{Self}` with `{Bar}`"]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: see issue #29642 <https://github.com/rust-lang/rust/issues/29642> for more information
    = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
 
 error: aborting due to previous error