diff options
Diffstat (limited to 'tests/ui/associated-consts/associated-const-array-len.stderr')
-rw-r--r-- | tests/ui/associated-consts/associated-const-array-len.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/associated-consts/associated-const-array-len.stderr b/tests/ui/associated-consts/associated-const-array-len.stderr index e3db45810..f804cf205 100644 --- a/tests/ui/associated-consts/associated-const-array-len.stderr +++ b/tests/ui/associated-consts/associated-const-array-len.stderr @@ -10,6 +10,6 @@ help: this trait has no implementations, consider adding one LL | trait Foo { | ^^^^^^^^^ -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0277`. |