]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/try-operator-on-main.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / try-operator-on-main.stderr
index d8ba264583e45b56b8381f606787207cc53c3f30..ecad5a7d11ab689a8d62941047ba11a42076f0d7 100644 (file)
@@ -30,7 +30,7 @@ LL |     try_trait_generic::<()>();
    |                         ^^ the trait `std::ops::Try` is not implemented for `()`
 ...
 LL | fn try_trait_generic<T: Try>() -> T {
-   |    -----------------    --- required by this bound in `try_trait_generic`
+   |                         --- required by this bound in `try_trait_generic`
 
 error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try`
   --> $DIR/try-operator-on-main.rs:22:5