about summary refs log tree commit diff
path: root/compiler/rustc_plugin_impl/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-03-21 04:55:02 +0000
committerbors <bors@rust-lang.org>2023-03-21 04:55:02 +0000
commit84c47b8279b39e165dfebeb529eb6d92592e4f8d (patch)
tree26f250a8c3a3a5f83dc053148a66e65dd9ef780a /compiler/rustc_plugin_impl/src/errors.rs
parent3ff4d56650bf5f7a57d11f3666fb429f0b00b18f (diff)
parentdb2c6e0385352743c94eb48416b5e486380eaac3 (diff)
downloadrust-84c47b8279b39e165dfebeb529eb6d92592e4f8d.tar.gz
rust-84c47b8279b39e165dfebeb529eb6d92592e4f8d.zip
Auto merge of #108717 - TDecki:dec2flt-inline, r=thomcc
Add inlining annotations in `dec2flt`.

Currently, the combination of `dec2flt` being generic and the `FromStr` implementaions
containing inline anttributes causes massive amounts of assembly to be generated whenever
these implementation are used. In addition, the assembly has calls to function which ought to
be inlined, but they are not (even when using lto).

This Pr fixes this.
Diffstat (limited to 'compiler/rustc_plugin_impl/src/errors.rs')
0 files changed, 0 insertions, 0 deletions