error: type parameters must be declared prior to const parameters --> $DIR/type-after-const-ok.rs:8:26 | LL | struct A(T); | -----------------^- help: reorder the parameters: lifetimes, then types, then consts: `` error: aborting due to previous error