]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/const-generics/raw-ptr-const-param.min.stderr
Auto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk
[rust.git] / src / test / ui / const-generics / raw-ptr-const-param.min.stderr
index f387974a21aca244c54cea61cb9731069401782e..d317aa0f585cf9c616ae74b02b5f952ee24a5faa 100644 (file)
@@ -3,9 +3,6 @@ error: using raw pointers as const generic parameters is forbidden
    |
 LL | struct Const<const P: *const u32>;
    |                       ^^^^^^^^^^
-   |
-   = note: the only supported types are integers, `bool` and `char`
-   = note: more complex types are supported with `#[feature(const_generics)]`
 
 error: aborting due to previous error