]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/traits/traits-inductive-overflow-two-traits.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / traits / traits-inductive-overflow-two-traits.stderr
index 447fc56434831cd0699ccb86454f9fc9466570c8..f66cfce55c90316011b95c3be44dc4abf198ed17 100644 (file)
@@ -2,7 +2,7 @@ error[E0275]: overflow evaluating the requirement `*mut (): Magic`
   --> $DIR/traits-inductive-overflow-two-traits.rs:19:5
    |
 LL | fn wizard<T: Magic>() { check::<<T as Magic>::X>(); }
-   |    ------    ----- required by this bound in `wizard`
+   |              ----- required by this bound in `wizard`
 ...
 LL |     wizard::<*mut ()>();
    |     ^^^^^^^^^^^^^^^^^