We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c48a2c commit cc6e27fCopy full SHA for cc6e27f
tests/ui/crashes/ice-4727-aux.rs renamed to tests/ui/crashes/auxiliary/ice-4727-aux.rs
@@ -1,7 +1,3 @@
1
-//ignore-test
2
-
3
-// This file is used by the ice-4727 test but isn't itself a test.
4
-//
5
pub trait Trait {
6
fn fun(par: &str) -> &str;
7
}
tests/ui/crashes/ice-4727.rs
@@ -2,7 +2,7 @@
#![warn(clippy::use_self)]
-#[path = "ice-4727-aux.rs"]
+#[path = "auxiliary/ice-4727-aux.rs"]
mod aux;
8
fn main() {}
0 commit comments