]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/issue-66596-impl-trait-for-str-const-arg.min.stderr
Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk
[rust.git] / src / test / ui / const-generics / issue-66596-impl-trait-for-str-const-arg.min.stderr
index 786ded3c2fe42aabc4b2201d3fcb021fd410db84..1c2e7e069a1819948f57a09462b876647c6a8f16 100644 (file)
@@ -5,7 +5,7 @@ LL | trait Trait<const NAME: &'static str> {
    |                         ^^^^^^^^^^^^
    |
    = 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