]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-20313.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-20313.stderr
CommitLineData
48663c56 1error[E0658]: linking to LLVM intrinsics is experimental
0731742a 2 --> $DIR/issue-20313.rs:3:5
8faf50e0 3 |
532ac7d7 4LL | fn sqrt(x: f32) -> f32;
8faf50e0
XL
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6 |
74b04a01 7 = note: see issue #29602 <https://github.com/rust-lang/rust/issues/29602> for more information
416331ca 8 = help: add `#![feature(link_llvm_intrinsics)]` to the crate attributes to enable
8faf50e0
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0658`.