]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gates/feature-gate-asm2.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-asm2.stderr
CommitLineData
416331ca 1error[E0658]: use of unstable library feature 'asm': inline assembly is not stable enough for use and is subject to change
0731742a 2 --> $DIR/feature-gate-asm2.rs:5:26
ff7c6d11 3 |
532ac7d7 4LL | println!("{:?}", asm!(""));
416331ca 5 | ^^^
ff7c6d11 6 |
48663c56 7 = note: for more information, see https://github.com/rust-lang/rust/issues/29722
416331ca 8 = help: add `#![feature(asm)]` to the crate attributes to enable
ff7c6d11
XL
9
10error: aborting due to previous error
11
0531ce1d 12For more information about this error, try `rustc --explain E0658`.