mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
20656d9202
Generic associated consts: Check regions earlier when comparing impl with trait item def Fixes #123836. r? compiler-errors or compiler