]> git.lizzy.rs Git - rust.git/commit
rustc_resolve: ignore uniform_paths canaries that resolve to an import of the same...
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Mon, 10 Sep 2018 05:47:40 +0000 (08:47 +0300)
committerEduard-Mihai Burtescu <edy.burt@gmail.com>
Mon, 10 Sep 2018 08:48:46 +0000 (11:48 +0300)
commitd5da94a3b1e635eeb9520b87f6414ff3c24c8602
treec9e575343cddd44f53592ab25da84cb40d727ffd
parent0a33de04cfcd961a8cd2a8391dbae00cc7328a49
rustc_resolve: ignore uniform_paths canaries that resolve to an import of the same crate.
src/librustc_resolve/build_reduced_graph.rs
src/librustc_resolve/resolve_imports.rs
src/test/run-pass/redundant.rs [deleted file]
src/test/ui/rust-2018/uniform-paths-forward-compat/redundant.rs [new file with mode: 0644]
src/test/ui/rust-2018/uniform-paths/redundant.rs [new file with mode: 0644]