Skip to content

Commit 9cd44f8

Browse files
committed
nit treat different opaque types
1 parent ae80c76 commit 9cd44f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/ui/type-alias-impl-trait/impl_trait_for_same_tait.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ impl Bop for Barr {}
3030
impl Bop for i32 {}
3131
//~^ ERROR conflicting implementations
3232

33-
fn main() {
34-
}
33+
fn main() {}

0 commit comments

Comments
 (0)