rust/tests/ui/feature-gates/feature-gated-feature-in-macro-arg.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
370 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
error[E0658]: intrinsics are subject to change
--> $DIR/feature-gated-feature-in-macro-arg.rs:8:16
2018-08-08 12:28:26 +00:00
|
LL | extern "rust-intrinsic" {
| ^^^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
2018-08-08 12:28:26 +00:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0658`.