Split line to fix tidy
This commit is contained in:
parent
a9c38d9d01
commit
31b301219f
1 changed files with 2 additions and 1 deletions
|
@ -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() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue