about summary refs log tree commit diff
path: root/tests/mir-opt/inline/forced_inherent_ambiguous.caller.ForceInline.panic-unwind.diff
AgeCommit message (Collapse)AuthorLines
2025-10-02Extends `rustc_force_inline` to inherent methodsReuben Cruise-0/+21
- Changes parser to allow application to inherent methods. - Adds tests to confirm extended functionality works just as the existing.