]> git.proxmox.com Git - rustc.git/blame - src/test/ui/span/gated-features-attr-spans.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / span / gated-features-attr-spans.stderr
CommitLineData
48663c56 1error[E0658]: SIMD types are experimental and possibly buggy
0731742a 2 --> $DIR/gated-features-attr-spans.rs:1:1
ea8adc8c 3 |
532ac7d7 4LL | #[repr(simd)]
ea8adc8c
XL
5 | ^^^^^^^^^^^^^
6 |
74b04a01 7 = note: see issue #27731 <https://github.com/rust-lang/rust/issues/27731> for more information
416331ca 8 = help: add `#![feature(repr_simd)]` to the crate attributes to enable
ea8adc8c 9
2c00a5a8 10error: aborting due to previous error
ea8adc8c 11
0531ce1d 12For more information about this error, try `rustc --explain E0658`.