Closed
Description
Update(fmease): See #118976 (comment) and #118976 (comment).
As first mentioned on URLO, and demonstrated on quick playground:
struct Foo<T>(*mut Self); // works
struct Bar<T>(*const Self); // error[E0392]: parameter `T` is never used
Is this a bug, or is there some obscure reason for it?