rust/tests/ui/force-inlining
Reuben Cruise 5bf5e71160 Extends rustc_force_inline to inherent methods
- Changes parser to allow application to inherent methods.
- Adds tests to confirm extended functionality works just as the existing.
2025-10-02 11:30:11 +01:00
..
auxiliary mir_transform: implement forced inlining 2025-01-10 18:37:54 +00:00
asm.rs tests: use minicore more 2025-02-24 09:26:54 +00:00
asm.stderr tests: use minicore more 2025-02-24 09:26:54 +00:00
cast.rs mir_transform: implement forced inlining 2025-01-10 18:37:54 +00:00
cast.stderr Tweak fn pointer suggestion span 2025-02-02 00:46:02 +00:00
cross-crate.rs mir_transform: implement forced inlining 2025-01-10 18:37:54 +00:00
deny-async.rs Eagerly detect coroutine recursion pre-mono when possible 2025-02-05 18:36:17 +00:00
deny-async.stderr Eagerly detect coroutine recursion pre-mono when possible 2025-02-05 18:36:17 +00:00
deny-closure.rs mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
deny-closure.stderr mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
deny.rs mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
deny.stderr mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
early-deny.rs mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
early-deny.stderr mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
gate.rs refactor AttributeGate and rustc_attr! to emit notes during feature checking 2025-06-09 11:44:24 +02:00
gate.stderr refactor AttributeGate and rustc_attr! to emit notes during feature checking 2025-06-09 11:44:24 +02:00
inherent.rs Extends rustc_force_inline to inherent methods 2025-10-02 11:30:11 +01:00
inherent.stderr Extends rustc_force_inline to inherent methods 2025-10-02 11:30:11 +01:00
invalid.rs Extends rustc_force_inline to inherent methods 2025-10-02 11:30:11 +01:00
invalid.stderr Extends rustc_force_inline to inherent methods 2025-10-02 11:30:11 +01:00
shims.rs inline: force inlining shims 2025-01-10 18:37:55 +00:00