]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0277.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / error-codes / E0277.stderr
index a069d048c88621060e5ebd1840522572362f25a5..a9ea85d14cff5e2546df7774d4859cc7008f7b5a 100644 (file)
@@ -14,7 +14,7 @@ error[E0277]: the trait bound `i32: Foo` is not satisfied
   --> $DIR/E0277.rs:17:15
    |
 LL | fn some_func<T: Foo>(foo: T) {
-   |    ---------    --- required by this bound in `some_func`
+   |                 --- required by this bound in `some_func`
 ...
 LL |     some_func(5i32);
    |               ^^^^ the trait `Foo` is not implemented for `i32`