diff options
Diffstat (limited to 'tests/ui/coherence/coherence-fundamental-trait-objects.stderr')
-rw-r--r-- | tests/ui/coherence/coherence-fundamental-trait-objects.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coherence/coherence-fundamental-trait-objects.stderr b/tests/ui/coherence/coherence-fundamental-trait-objects.stderr index a35a95ef4..db6a94748 100644 --- a/tests/ui/coherence/coherence-fundamental-trait-objects.stderr +++ b/tests/ui/coherence/coherence-fundamental-trait-objects.stderr @@ -9,6 +9,6 @@ LL | impl Misc for dyn Fundamental<Local> {} | = note: define and implement a trait or new type instead -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0117`. |