mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
04a0b1d087
It's possible for method resolution to pick this method over a lower priority stable method, causing compilation errors. Since this method is permanently unstable, give it a name that is very unlikely to be used in user code.