]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/const-generics/issues/issue-62878.min.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / const-generics / issues / issue-62878.min.stderr
index 34edd09b5156535bbd8338f23d2f8698bd685d58..9f95e5d88623e13bd21e0d3661a302a30fafa5b5 100644 (file)
@@ -11,7 +11,7 @@ LL | fn foo<const N: usize, const A: [u8; N]>() {}
    |                                 ^^^^^^^
    |
    = note: the only supported types are integers, `bool` and `char`
-   = note: more complex types are supported with `#[feature(const_generics)]`
+   = help: more complex types are supported with `#[feature(const_generics)]`
 
 error: aborting due to 2 previous errors