]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/const-generics/issues/issue-67945-2.full.stderr
Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum
[rust.git] / tests / ui / const-generics / issues / issue-67945-2.full.stderr
index cce85772aa4daab36009c35920a5a90c32bfbdc7..47429b7612f94095ec5ab8726964b3a76d34c6de 100644 (file)
@@ -8,7 +8,7 @@ LL | |         let x: Option<Box<Self>> = None;
 LL | |
 LL | |         0
 LL | |     }],
-   | |_____^ blocks are not supported in generic constant
+   | |_____^ blocks are not supported in generic constants
    |
    = help: consider moving this anonymous constant into a `const` function
    = note: this operation may be supported in the future