rust/src/test/ui/feature-gate-sanitizer-runtime.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

12 lines
495 B
Plaintext

error[E0658]: the `#[sanitizer_runtime]` attribute is used to identify crates that contain the runtime of a sanitizer and will never be stable
--> $DIR/feature-gate-sanitizer-runtime.rs:11:1
|
LL | #![sanitizer_runtime] //~ ERROR the `#[sanitizer_runtime]` attribute is
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(sanitizer_runtime)] to the crate attributes to enable
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.