mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-06 16:41:29 -04:00
1001c0e9d8
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).