about summary refs log tree commit diff
path: root/src/test/ui/feature-gate-compiler-builtins.stderr
blob: ee4e33f4005d9f4564a11bee4eaf0972f91e1404 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: the `#[compiler_builtins]` attribute is used to identify the `compiler_builtins` crate which contains compiler-rt intrinsics and will never be stable
  --> $DIR/feature-gate-compiler-builtins.rs:11:1
   |
11 | #![compiler_builtins] //~ ERROR the `#[compiler_builtins]` attribute is
   | ^^^^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(compiler_builtins)] to the crate attributes to enable

error: aborting due to previous error

If you want more information on this error, try using "rustc --explain E0658"