Skip to content

Commit

Permalink
Update compiler/rustc_target/src/spec/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
  • Loading branch information
rcvalle and davidtwco authored Apr 9, 2024
1 parent 2ac9547 commit cec660e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_target/src/spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,7 @@ impl ToJson for SanitizerSet {
}

#[derive(Clone, Copy, PartialEq, Hash, Debug)]
/// Sanitizers supported by this target.
pub struct SanitizerSupport {
/// Sanitizers supported by this target which can be used on stable.
pub stable: SanitizerSet,
Expand Down

0 comments on commit cec660e

Please sign in to comment.