]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-sanitizer-runtime.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-sanitizer-runtime.stderr
CommitLineData
2c00a5a8 1error[E0658]: the `#[sanitizer_runtime]` attribute is used to identify crates that contain the runtime of a sanitizer and will never be stable
0731742a 2 --> $DIR/feature-gate-sanitizer-runtime.rs:1:1
ff7c6d11 3 |
0531ce1d 4LL | #![sanitizer_runtime] //~ ERROR the `#[sanitizer_runtime]` attribute is
ff7c6d11
XL
5 | ^^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: add #![feature(sanitizer_runtime)] to the crate attributes to enable
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0658`.