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 b6d41fa commit 0d441abCopy full SHA for 0d441ab
compiler/rustc_target/src/spec/mod.rs
@@ -2338,7 +2338,8 @@ pub struct TargetOptions {
2338
pub is_like_wasm: bool,
2339
/// Whether a target toolchain is like Android, implying a Linux kernel and a Bionic libc
2340
pub is_like_android: bool,
2341
- /// Whether a target toolchain is like VEXos.
+ /// Whether a target toolchain is like VEXos, the operating system used by the VEX Robotics V5 Brain.
2342
+ /// Introduced for the `armv7a-vex-v5` target.
2343
pub is_like_vexos: bool,
2344
/// Default supported version of DWARF on this platform.
2345
/// Useful because some platforms (osx, bsd) only want up to DWARF2.
0 commit comments