mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-30 11:25:25 -04:00
Fixes a compile-time regressions, non-inline methods are generally codegen'd while inline methods are deferred (and this should never be called, so deferring is the right choice).