rust/tests/ui/force-inlining
许杰友 Jieyou Xu (Joe) 50ed7f974b
Rollup merge of #137599 - davidtwco:use-minicore-more, r=jieyouxu
tests: use minicore more

minicore makes it much easier to add new language items to all of the existing `no_core` tests.

Most of the remaining tests that *could* use minicore either fail because..

1. LLVM IR output changes and doesn't pass the test as written. I didn't look into these further.
2. The test has revisions w/ different compilation flags, expecting some to fail, and when using minicore, minicore is compiled with those flags and fails in the expected way because of the flags rather than the test, and that's considered a failure.

But these tests can be changed and make adding new language items a lot easier.

r? ```@jieyouxu```
2025-02-28 22:29:52 +08:00
..
auxiliary
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
cast.stderr Tweak fn pointer suggestion span 2025-02-02 00:46:02 +00:00
cross-crate.rs
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 feature: fix typo in attribute description 2025-02-24 07:44:38 +00:00
gate.stderr feature: fix typo in attribute description 2025-02-24 07:44:38 +00:00
invalid.rs
invalid.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
shims.rs