mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
ec8bb45624
macros: allow a `path` fragment to be parsed as a type parameter bound Allow a `path` fragment to be parsed as a type parameter bound. Fixes #8521.