blob: 7a0b344a5aa22b79d9b8be39e11919633e7deeea [file] [log] [blame]
Matthew Maurer7ae0b872019-09-05 14:14:26 -07001error[E0658]: linking to LLVM intrinsics is experimental
Inna Palantff3f07a2019-07-11 16:15:26 -07002 --> $DIR/issue-20313.rs:3:5
3 |
4LL | fn sqrt(x: f32) -> f32;
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6 |
Matthew Maurer15a65602020-04-24 14:05:21 -07007 = note: see issue #29602 <https://github.com/rust-lang/rust/issues/29602> for more information
Chih-Hung Hsieh08600532019-12-19 15:55:38 -08008 = help: add `#![feature(link_llvm_intrinsics)]` to the crate attributes to enable
Inna Palantff3f07a2019-07-11 16:15:26 -07009
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0658`.