Matthew Maurer | 7ae0b87 | 2019-09-05 14:14:26 -0700 | [diff] [blame] | 1 | error[E0658]: linking to LLVM intrinsics is experimental |
Inna Palant | ff3f07a | 2019-07-11 16:15:26 -0700 | [diff] [blame] | 2 | --> $DIR/issue-20313.rs:3:5 |
| 3 | | |
| 4 | LL | fn sqrt(x: f32) -> f32; |
| 5 | | ^^^^^^^^^^^^^^^^^^^^^^^ |
| 6 | | |
Matthew Maurer | 15a6560 | 2020-04-24 14:05:21 -0700 | [diff] [blame^] | 7 | = note: see issue #29602 <https://github.com/rust-lang/rust/issues/29602> for more information |
Chih-Hung Hsieh | 0860053 | 2019-12-19 15:55:38 -0800 | [diff] [blame] | 8 | = help: add `#![feature(link_llvm_intrinsics)]` to the crate attributes to enable |
Inna Palant | ff3f07a | 2019-07-11 16:15:26 -0700 | [diff] [blame] | 9 | |
| 10 | error: aborting due to previous error |
| 11 | |
| 12 | For more information about this error, try `rustc --explain E0658`. |