Remove issue-78660-cap-lints-future-compat test.

This commit is contained in:
Mara Bos 2021-06-10 14:48:26 +00:00
parent bdeb61437f
commit c685292fba

View file

@ -1,10 +0,0 @@
// compile-flags: -D warnings --cap-lints allow
// check-pass
// Regression test for issue #78660
// Tests that we don't ICE when a future-incompat-report lint has
// has a command-line source, but is capped to allow
fn main() {
["hi"].into_iter();
}