Skip to content

Commit 95ffda1

Browse files
committed
Style.
1 parent ed5d09d commit 95ffda1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/compile-fail/object-safety-associated-consts.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ trait Bar {
1616
}
1717

1818
fn make_bar<T:Bar>(t: &T) -> &Bar {
19-
//~^ ERROR E0038
20-
//~| NOTE the trait cannot contain associated consts like `X`
21-
//~| NOTE the trait `Bar` cannot be made into an object
19+
//~^ ERROR E0038
20+
//~| NOTE the trait cannot contain associated consts like `X`
21+
//~| NOTE the trait `Bar` cannot be made into an object
2222
t
2323
}
2424

0 commit comments

Comments
 (0)