We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c38d9 commit 31b3012Copy full SHA for 31b3012
src/test/ui/coherence/impl-foreign[foreign]-for-foreign.rs
@@ -10,7 +10,8 @@ use std::rc::Rc;
10
struct Local;
11
12
impl Remote1<u32> for f64 {
13
- //~^ ERROR only traits defined in the current crate can be implemented for arbitrary types [E0117]
+ //~^ ERROR only traits defined in the current crate
14
+ // | can be implemented for arbitrary types [E0117]
15
}
16
17
fn main() {}
0 commit comments