rust/src/test/mir-opt/inline
Wesley Wiser 25a8b5d58e Fix Instance::resolve() incorrectly returning specialized instances
We only want to return specializations when `Reveal::All` is passed, not
when `Reveal::UserFacing` is. Resolving this fixes several issues with
the `ConstProp`, `SimplifyBranches`, and `Inline` MIR optimization
passes.

Fixes #66901
2019-12-27 13:04:32 -05:00
..
inline-any-operand.rs Move the rest of the mir-opt inline tests into a folder 2019-12-20 20:39:47 -05:00
inline-closure-borrows-arg.rs Move the rest of the mir-opt inline tests into a folder 2019-12-20 20:39:47 -05:00
inline-closure-captures.rs Move the rest of the mir-opt inline tests into a folder 2019-12-20 20:39:47 -05:00
inline-closure.rs Move the rest of the mir-opt inline tests into a folder 2019-12-20 20:39:47 -05:00
inline-into-box-place.rs [mir-opt] Fix Inline pass to handle inlining into box expressions 2019-12-20 20:39:47 -05:00
inline-retag.rs Move the rest of the mir-opt inline tests into a folder 2019-12-20 20:39:47 -05:00
inline-specialization.rs Fix Instance::resolve() incorrectly returning specialized instances 2019-12-27 13:04:32 -05:00
inline-trait-method.rs Move the rest of the mir-opt inline tests into a folder 2019-12-20 20:39:47 -05:00
inline-trait-method_2.rs Move the rest of the mir-opt inline tests into a folder 2019-12-20 20:39:47 -05:00