Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 8ed4006

Browse files
committed
Mark edition lints as ignored for now
1 parent e3d5d6d commit 8ed4006

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/edition/.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.recorded.json
2+
*.recorded.rs

tests/parse_and_replace.rs

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ fn everything() {
232232
}
233233

234234
#[test]
235+
#[ignore = "Requires custom rustc build"]
235236
fn edition() {
236237
let _ = env_logger::try_init();
237238
assert_fixtures("./tests/edition", fixmode::EDITION);

0 commit comments

Comments
 (0)