rust/src/test
Yuki Okushi 6830ea1a83
Rollup merge of #82011 - jyn514:warn-private-assoc-item, r=max-heller
Fix private intra-doc warnings on associated items

The issue was that the `kind, id` override was previously only being
considered for the disambiguator check, not the privacy check. This uses
the same ID for both.

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

r? ``@max-heller``
2021-02-12 19:32:20 +09:00
..
assembly Use probe-stack=inline-asm in LLVM 11+ 2021-01-14 22:49:16 -05:00
auxiliary
codegen Add a test for escaping LLVMisms in inline asm 2021-02-06 15:18:37 +02:00
codegen-units simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
debuginfo Update tests for extern block linting 2021-01-13 07:49:16 -05:00
incremental Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simulacrum" 2021-02-05 18:56:56 -03:00
mir-opt path trimming: ignore type aliases 2021-02-06 12:03:48 +02:00
pretty Fix pretty printer macro_rules with semicolon. 2021-02-08 12:08:27 -08:00
run-make Update tests for extern block linting 2021-01-13 07:49:16 -05:00
run-make-fulldeps Borrow builder only once in debug derive 2021-02-10 00:00:00 +00:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Do not ICE on range patterns in function arguments 2021-02-10 16:41:48 +01:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std Add search index test for primitive types 2021-01-27 10:05:06 +01:00
rustdoc-json Add abi field to Method 2021-02-05 22:25:11 -05:00
rustdoc-ui Fix private intra-doc warnings on associated items 2021-02-11 19:26:00 -05:00
rustfix
ui Make suggestion of changing mutability of arguments broader 2021-02-11 17:03:03 +09:00
ui-fulldeps Allow/fix non_fmt_panic in tests. 2021-02-03 23:15:45 +01:00
COMPILER_TESTS.md