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