Skip to content

Commit 31b3012

Browse files
committed
Split line to fix tidy
1 parent a9c38d9 commit 31b3012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/ui/coherence/impl-foreign[foreign]-for-foreign.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ use std::rc::Rc;
1010
struct Local;
1111

1212
impl Remote1<u32> for f64 {
13-
//~^ ERROR only traits defined in the current crate can be implemented for arbitrary types [E0117]
13+
//~^ ERROR only traits defined in the current crate
14+
// | can be implemented for arbitrary types [E0117]
1415
}
1516

1617
fn main() {}

0 commit comments

Comments
 (0)