rust/src/test
Dylan DPC 3ca197e89c
Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514
Don't report disambiguator error if link would have been ignored

Fixes #83859.

This prevents us from warning on links such as `<hello@example.com>`.
Note that we still warn on links such as `<hello@localhost>` because
they have no dots in them. However, the links will still work, even
though a warning is reported.

r? ````@jyn514````
2021-04-05 13:03:44 +02:00
..
assembly Mark inline asm tests as requiring LLVM 10.0.1 2021-03-25 20:21:58 +00:00
auxiliary
codegen Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r=Mark-Simulacrum 2021-04-05 03:55:09 +00:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
incremental Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
mir-opt Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simulacrum 2021-04-05 00:24:31 +02:00
pretty Update test/pretty output for edition preludes. 2021-02-25 13:43:11 +01:00
run-make change SourceSerifPro to SourceSerif4 in emit-shared-files test 2021-04-05 10:51:37 +02:00
run-make-fulldeps Update Source Serif to release 4.004 2021-04-05 10:48:08 +02:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514 2021-04-05 13:03:44 +02:00
rustdoc-gui Add test to ensure search tabs behaviour 2021-04-01 21:55:20 +02: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 Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514 2021-04-05 13:03:44 +02:00
rustfix
ui Rollup merge of #81922 - magurotuna:issue81522, r=matthewjasper 2021-04-05 13:03:36 +02:00
ui-fulldeps Fix fulldeps tests. 2021-03-30 23:51:15 +02:00
COMPILER_TESTS.md