error: using raw pointers as const generic parameters is forbidden --> $DIR/raw-ptr-const-param-deref.rs:11:23 | LL | struct Const; | ^^^^^^^^^^ | = note: the only supported types are integers, `bool`, and `char` error: using raw pointers as const generic parameters is forbidden --> $DIR/raw-ptr-const-param-deref.rs:13:15 | LL | impl Const

{ | ^^^^^^^^^^ | = note: the only supported types are integers, `bool`, and `char` error: aborting due to 2 previous errors