Put ice test auxiliary fix in right place

This commit is contained in:
Michael Wright 2019-11-08 07:18:12 +02:00
parent 9c48a2c39a
commit cc6e27fa71
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
//ignore-test
// This file is used by the ice-4727 test but isn't itself a test.
//
pub trait Trait {
fn fun(par: &str) -> &str;
}

View File

@ -2,7 +2,7 @@
#![warn(clippy::use_self)]
#[path = "ice-4727-aux.rs"]
#[path = "auxiliary/ice-4727-aux.rs"]
mod aux;
fn main() {}