rust/src/test
Matthias Krüger 412f05c9e8
Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebank
make simple check of prinf function

Fixes https://github.com/rust-lang/rust/issues/92898

With this commit we start to make some simple
check when the name resolution fails, and
we generate some helper messages in case the
name is a C name like in the case of the `printf`
and suggest the correct rust method.

`@rustbot` r? `@pnkfelix`

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2022-11-28 17:25:48 +01:00
..
assembly fix assembly test on apple 2022-11-19 16:58:02 +01:00
auxiliary
codegen Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472 2022-11-27 00:58:50 +00:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Fix pretty-std test 2022-11-27 23:15:55 +01:00
incremental Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
mir-opt Rewrite dest prop. 2022-11-26 18:04:54 -08:00
pretty Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
run-make Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki 2022-11-28 15:42:09 +05:30
run-make-fulldeps run tests on the remote device even when the default address is used 2022-11-17 09:37:41 +01:00
run-pass-valgrind Bless more tests 2022-11-05 18:05:45 +00:00
rustdoc Add rustdoc test for Deref to primitive types 2022-11-27 16:31:52 +01:00
rustdoc-gui Rollup merge of #104955 - GuillaumeGomez:migrate-to-func, r=notriddle 2022-11-27 22:14:08 +01:00
rustdoc-js Add regression test for reexports in search results 2022-10-30 13:58:00 +01:00
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomez 2022-11-26 17:47:26 +01:00
rustdoc-ui Rollup merge of #104052 - TaKO8Ki:fix-103997, r=notriddle 2022-11-07 18:35:26 +05:30
ui Rollup merge of #104954 - vincenzopalazzo:macros/prinf, r=estebank 2022-11-28 17:25:48 +01:00
ui-fulldeps Improve slug name error 2022-11-21 15:24:51 +01:00
COMPILER_TESTS.md