Skip to content

Commit d412b91

Browse files
committed
Auto merge of rust-lang#108955 - Nilstrieb:dont-use-me-pls, r=oli-obk
Add `internal_features` lint Implements rust-lang/compiler-team#596 Also requires some more test blessing for codegen tests etc `@jyn514` had the idea of just `allow`ing the lint by default in the test suite. I'm not sure whether this is a good idea, but it's definitely one worth considering. Additional input encouraged.
2 parents 8f4f476 + 85b5e98 commit d412b91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/compile-test.rs

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ fn base_config(test_dir: &str) -> compiletest::Config {
140140
[
141141
"--emit=metadata",
142142
"-Aunused",
143+
"-Ainternal_features",
143144
"-Zui-testing",
144145
"-Dwarnings",
145146
&format!("-Ldependency={}", deps_path.display()),

0 commit comments

Comments
 (0)