Commit 49775fb
authored
Rollup merge of rust-lang#149195 - petrochenkov:globamberr, r=mu001999
resolve: Partially convert `ambiguous_glob_imports` lint into a hard error
I'm tired of this logic interfering with any attempts to fix or refactor glob imports.
Change description for lang team: rust-lang#149195 (comment).
Part of rust-lang#114095.40 files changed
Lines changed: 225 additions & 815 deletions
File tree
- compiler
- rustc_codegen_gcc/build_system/src
- rustc_lint_defs/src
- rustc_resolve/src
- tests/ui/imports
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
889 | | - | |
890 | | - | |
891 | 889 | | |
892 | 890 | | |
893 | 891 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4529 | 4529 | | |
4530 | 4530 | | |
4531 | 4531 | | |
4532 | | - | |
4533 | | - | |
4534 | | - | |
4535 | | - | |
4536 | | - | |
4537 | | - | |
4538 | | - | |
4539 | | - | |
4540 | | - | |
4541 | | - | |
| 4532 | + | |
| 4533 | + | |
| 4534 | + | |
| 4535 | + | |
| 4536 | + | |
| 4537 | + | |
4542 | 4538 | | |
4543 | | - | |
4544 | | - | |
4545 | | - | |
| 4539 | + | |
| 4540 | + | |
4546 | 4541 | | |
4547 | 4542 | | |
4548 | | - | |
4549 | | - | |
4550 | 4543 | | |
4551 | 4544 | | |
4552 | | - | |
4553 | | - | |
| 4545 | + | |
| 4546 | + | |
4554 | 4547 | | |
4555 | 4548 | | |
4556 | 4549 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
| |||
392 | 390 | | |
393 | 391 | | |
394 | 392 | | |
395 | | - | |
| 393 | + | |
| 394 | + | |
396 | 395 | | |
397 | 396 | | |
398 | 397 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1188 | 1188 | | |
1189 | 1189 | | |
1190 | 1190 | | |
1191 | | - | |
| 1191 | + | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
| |||
0 commit comments