We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71fbbdd commit f022734Copy full SHA for f022734
compiler/rustc_target/src/spec/mod.rs
@@ -2291,7 +2291,8 @@ pub struct TargetOptions {
2291
pub is_like_wasm: bool,
2292
/// Whether a target toolchain is like Android, implying a Linux kernel and a Bionic libc
2293
pub is_like_android: bool,
2294
- /// Whether a target toolchain is like VEXos.
+ /// Whether a target toolchain is like VEXos, the operating system used by the VEX Robotics V5 Brain.
2295
+ /// Introduced for the `armv7a-vex-v5` target.
2296
pub is_like_vexos: bool,
2297
/// Default supported version of DWARF on this platform.
2298
/// Useful because some platforms (osx, bsd) only want up to DWARF2.
0 commit comments