rust/src/test
Guillaume Gomez bb6265a739
Rollup merge of #96372 - compiler-errors:field-method-suggest, r=oli-obk
Suggest calling method on nested field when struct is missing method

Similar to the suggestion to change `x.field` to `x.nested.field`, implement a similar suggestion for when `x.method()` should be replaced with `x.nested.method()`.
2022-04-26 13:22:29 +02:00
..
assembly Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa 2022-04-26 13:22:27 +02:00
auxiliary
codegen Rollup merge of #96215 - nikic:legacy-pm-removal, r=nagisa 2022-04-25 00:11:02 +02:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
debuginfo debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is enabled (instead of custom basic type). 2022-04-22 14:59:35 +02:00
incremental Bless incremental tests. 2022-04-23 09:59:27 +02:00
mir-opt Auto merge of #96116 - ouz-a:mir-opt, r=oli-obk 2022-04-25 19:34:52 +00:00
pretty Bless pretty-print output. 2022-04-23 23:03:18 +02:00
run-make Rollup merge of #96279 - GuillaumeGomez:remove-woff-fonts, r=camelid,jsha 2022-04-26 01:21:21 +02:00
run-make-fulldeps Auto merge of #95604 - nbdd0121:used2, r=petrochenkov 2022-04-25 16:14:54 +00:00
run-pass-valgrind
rustdoc Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomez 2022-04-20 13:34:48 +00:00
rustdoc-gui * Greatly improve the rustdoc search parser source code 2022-04-18 20:59:08 +02:00
rustdoc-js Improve documentation and add some explanations in the code 2022-04-18 20:59:09 +02:00
rustdoc-js-std Correctly handle single : 2022-04-18 23:11:42 +02:00
rustdoc-json rustdoc-json: Lifetime tests 2022-03-15 18:34:16 +00:00
rustdoc-ui rustdoc: Unindent doc fragments on Attributes construction 2022-04-21 16:13:02 +03:00
ui Rollup merge of #96372 - compiler-errors:field-method-suggest, r=oli-obk 2022-04-26 13:22:29 +02:00
ui-fulldeps Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett 2022-04-25 07:28:09 +00:00
COMPILER_TESTS.md