rust/src/test
Jacob Hoffman-Andrews 74e8e7bb60 Remove must_use from ALLOWED_ATTRIBUTES
This is a fairly common attribute on methods, but is not something you
need to know when reading the method docs - the purpose of the attribute
is for the compiler to tell you about it if you forget to use a value.

Removing reclaims some valuable space in the summary of methods.
2021-06-13 17:57:16 -07:00
..
assembly Auto merge of #79608 - alessandrod:bpf, r=nagisa 2021-06-06 01:02:32 +00:00
auxiliary
codegen Auto merge of #79608 - alessandrod:bpf, r=nagisa 2021-06-06 01:02:32 +00:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Respond to review feedback 2021-06-02 10:23:12 -04:00
incremental Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 2021-06-01 23:02:52 +00:00
mir-opt Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiser 2021-06-09 06:06:06 +00:00
pretty Add test for pretty printing anonymous types 2021-05-24 00:05:46 -05:00
run-make gcc-lld mvp 2021-06-10 17:10:40 +10:00
run-make-fulldeps Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor 2021-06-07 02:30:24 +00:00
run-pass-valgrind
rustdoc Remove must_use from ALLOWED_ATTRIBUTES 2021-06-13 17:57:16 -07:00
rustdoc-gui Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jsha 2021-06-08 13:26:35 +09:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu 2021-06-11 05:02:41 +00:00
rustfix
ui Auto merge of #86116 - FabianWolff:issue-86100, r=varkor 2021-06-11 10:25:53 +00:00
ui-fulldeps Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov 2021-06-10 20:32:43 +00:00
COMPILER_TESTS.md