We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dc731 commit e462204Copy full SHA for e462204
compiler/rustc_target/src/spec/mod.rs
@@ -2267,7 +2267,8 @@ pub struct TargetOptions {
2267
pub is_like_wasm: bool,
2268
/// Whether a target toolchain is like Android, implying a Linux kernel and a Bionic libc
2269
pub is_like_android: bool,
2270
- /// Whether a target toolchain is like VEXos.
+ /// Whether a target toolchain is like VEXos, the operating system used by the VEX Robotics V5 Brain.
2271
+ /// Introduced for the `armv7a-vex-v5` target.
2272
pub is_like_vexos: bool,
2273
/// Default supported version of DWARF on this platform.
2274
/// Useful because some platforms (osx, bsd) only want up to DWARF2.
0 commit comments