Skip to content

Commit 255ba6e

Browse files
committed
Clean up aux crate
1 parent 871f3d7 commit 255ba6e

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

tests/ui/internal/auxiliary/unstable_feature.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![allow(internal_features)]
22
#![feature(staged_api)]
33
#![feature(impl_stability)]
4-
#![allow(dead_code)]
54
#![stable(feature = "a", since = "1.1.1" )]
65

76
#[stable(feature = "a", since = "1.1.1" )]
@@ -25,6 +24,3 @@ impl Foo for Bar {
2524
impl Foo for Moo {
2625
fn foo() {}
2726
}
28-
29-
fn main() {
30-
}

tests/ui/internal/auxiliary/unstable_impl_codegen_aux1.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@ impl<T> Trait for T {
1818
println!("hi");
1919
}
2020
}
21-
22-
fn main() {
23-
}

tests/ui/internal/auxiliary/unstable_impl_codegen_aux2.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ use aux::Trait;
1111
pub fn foo<T>(a:T) {
1212
a.method();
1313
}
14-
15-
fn main() {
16-
}

0 commit comments

Comments
 (0)