]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-54954.stderr
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[rust.git] / src / test / ui / issues / issue-54954.stderr
index df76a985559d08481719a915195ff666e87acd2e..d88397fd7e15d2f68639e4e0cfb76d8767875381 100644 (file)
@@ -12,10 +12,10 @@ LL | const ARR_LEN: usize = Tt::const_val::<[i8; 123]>();
    |
    = note: cannot satisfy `_: Tt`
 note: required by a bound in `Tt::const_val`
-  --> $DIR/issue-54954.rs:5:24
+  --> $DIR/issue-54954.rs:5:27
    |
 LL |     const fn const_val<T: Sized>() -> usize {
-   |                        ^ required by this bound in `Tt::const_val`
+   |                           ^^^^^ required by this bound in `Tt::const_val`
 
 error: aborting due to 2 previous errors