Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Restrict the setter hygiene test to Rust 1.46+
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 27, 2020
1 parent 92e1954 commit ee97fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ mod test_x86_feature_literal {
my_is_x86_feature_detected!("mmx");
}

#[rustversion::since(1.46)]
mod test_local_setter {
// https://github.com/dtolnay/paste/issues/7

Expand Down

0 comments on commit ee97fef

Please sign in to comment.