mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
aa98135ace
Deny const auto traits close rust-lang/rust#149285 The AST validation now detects and rejects const auto traits. Additionally, I updated an existing test that was using `const unsafe auto trait`. r? fmease