mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
467429f00c
Parse `const unsafe trait` properly Previously, this was greedily stolen by the `fn` parsing logic. r? project-const-traits