1
Fork 0

Split line to fix tidy

This commit is contained in:
Georg Semmler 2019-09-18 22:36:04 +02:00
parent a9c38d9d01
commit 31b301219f
No known key found for this signature in database
GPG key ID: A87BCEE5205CE489

View file

@ -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() {}