]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/different_byref.min.stderr
Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk
[rust.git] / src / test / ui / const-generics / different_byref.min.stderr
index 050b28abe5088168cdc1c8f402489ed3d7a1d6f9..e5b393ffe99ebb5c152685fd456973ecf77fcb95 100644 (file)
@@ -5,7 +5,7 @@ LL | struct Const<const V: [usize; 1]> {}
    |                       ^^^^^^^^^^
    |
    = 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 previous error