diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/sized-cycle-note.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/sized-cycle-note.stderr b/tests/ui/sized-cycle-note.stderr index 06c87b61f..21e54c12f 100644 --- a/tests/ui/sized-cycle-note.stderr +++ b/tests/ui/sized-cycle-note.stderr @@ -14,6 +14,6 @@ LL | LL ~ struct Foo { q: Option<Box<Baz>> } | -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0072`. |