]> git.lizzy.rs Git - rust.git/commit
Fixed 53359: E0432 unresolved import on the same line is now emiting one diagnostic
authorPramod Bisht <pramodpsb@outlook.com>
Mon, 3 Sep 2018 17:27:14 +0000 (17:27 +0000)
committerPramod Bisht <pramodpsb@outlook.com>
Sat, 8 Sep 2018 15:11:04 +0000 (15:11 +0000)
commit21ba03e2b910cf58dd5c21c8dd97d4f66b6518c5
tree1bffb04ee86092fe34b7a73991edc84d588c376d
parentc2afca36672a85248f4da3e8db8cdfac198ad4ad
Fixed 53359: E0432 unresolved import on the same line is now emiting one diagnostic
Addressed estebank's comments for 53359
src/librustc_resolve/lib.rs
src/librustc_resolve/resolve_imports.rs
src/test/ui/dollar-crate/dollar-crate-is-keyword-2.stderr
src/test/ui/issue-53565.rs [new file with mode: 0644]
src/test/ui/issue-53565.stderr [new file with mode: 0644]