rust/library/stdarch/crates
Tobias Kortkamp a69b5ec7ae Unbreak non-x86 build on FreeBSD
error[E0432]: unresolved import `self::arm::check_for`
  --> src/libstd/../stdarch/crates/std_detect/src/detect/os/freebsd/mod.rs:11:17
   |
11 |         pub use self::arm::check_for;
   |                 ^^^^^^^^^^^^^^^^^^^^ no `check_for` in `std_detect::detect::os::arm`

error[E0425]: cannot find value `detect_features` in module `self::os`
   --> src/libstd/../stdarch/crates/std_detect/src/detect/mod.rs:121:37
    |
121 |     cache::test(x as u32, self::os::detect_features)
    |                                     ^^^^^^^^^^^^^^^ not found in `self::os`
    |
help: possible candidate is found in another module, you can import it into scope
    |
20  | use crate::std_detect::detect::os::arm::detect_features;
2020-04-24 12:45:05 +01:00
..
assert-instr-macro Use llvm_asm! instead of asm! (#846) 2020-04-09 00:05:10 +01:00
core_arch Rustfmt 2020-04-24 00:36:01 +01:00
simd-test-macro Update proc-macro2, syn, and quote to 1.0 2019-10-26 18:46:57 +02:00
std_detect Unbreak non-x86 build on FreeBSD 2020-04-24 12:45:05 +01:00
stdarch-gen Implement additional ARM NEON intriniscs (#792) 2020-04-07 20:06:38 +01:00
stdarch-test Implement additional ARM NEON intriniscs (#792) 2020-04-07 20:06:38 +01:00
stdarch-verify Implement additional ARM NEON intriniscs (#792) 2020-04-07 20:06:38 +01:00