Skip to content

Commit e462204

Browse files
committed
better document the is_like_vexos property of TargetOptions
1 parent c2dc731 commit e462204

File tree

1 file changed

+2
-1
lines changed
  • compiler/rustc_target/src/spec

1 file changed

+2
-1
lines changed

compiler/rustc_target/src/spec/mod.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2267,7 +2267,8 @@ pub struct TargetOptions {
22672267
pub is_like_wasm: bool,
22682268
/// Whether a target toolchain is like Android, implying a Linux kernel and a Bionic libc
22692269
pub is_like_android: bool,
2270-
/// Whether a target toolchain is like VEXos.
2270+
/// 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.
22712272
pub is_like_vexos: bool,
22722273
/// Default supported version of DWARF on this platform.
22732274
/// Useful because some platforms (osx, bsd) only want up to DWARF2.

0 commit comments

Comments
 (0)