about summary refs log tree commit diff
path: root/src/libextra/enum_set.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-01-14 18:02:19 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-01-14 22:52:03 -0800
commit86c60b68f996c45565543370b9fb93f2ce14865d (patch)
treeed79593b056a785a44f0f62f73dfd342c04754bf /src/libextra/enum_set.rs
parentdd8b011319f5cfbfb3329d9dad185be884f3a4d6 (diff)
Flag failure functions as inline(never)
The failure functions are generic, meaning they're candidates for getting
inlined across crates. This has been happening, leading to monstrosities like
that found in #11549. I have verified that the codegen is *much* better now that
we're not inlining the failure path (the slow path).
Diffstat (limited to 'src/libextra/enum_set.rs')
0 files changed, 0 insertions, 0 deletions