Skip to content

Commit

Permalink
Split line to fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Sep 18, 2019
1 parent a9c38d9 commit 31b3012
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/ui/coherence/impl-foreign[foreign]-for-foreign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ use std::rc::Rc;
struct Local;

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

fn main() {}

0 comments on commit 31b3012

Please sign in to comment.