about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/coherence/impl-foreign[foreign]-for-foreign.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/coherence/impl-foreign[foreign]-for-foreign.rs b/src/test/ui/coherence/impl-foreign[foreign]-for-foreign.rs
index 57738c64e37..b08fedc5e11 100644
--- a/src/test/ui/coherence/impl-foreign[foreign]-for-foreign.rs
+++ b/src/test/ui/coherence/impl-foreign[foreign]-for-foreign.rs
@@ -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() {}