]> git.lizzy.rs Git - rust.git/commit
syntax: Parse import prefixes as paths
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Sun, 17 Apr 2016 00:48:40 +0000 (03:48 +0300)
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Sun, 17 Apr 2016 00:48:40 +0000 (03:48 +0300)
commite7bc939f1ee2ada3e3f679fd42c8e08d8a22996f
tree804e4a3221a669c42cbf6c4744c0f8b36c42c1d2
parent6fa61b810dc95ca3e8bbda1681229f855f214fc4
syntax: Parse import prefixes as paths
src/librustc_resolve/build_reduced_graph.rs
src/libsyntax/parse/parser.rs
src/test/compile-fail/import-prefix-macro-1.rs [new file with mode: 0644]
src/test/compile-fail/import-prefix-macro-2.rs [new file with mode: 0644]
src/test/compile-fail/import-ty-params.rs [new file with mode: 0644]
src/test/compile-fail/self_type_keyword-2.rs [new file with mode: 0644]
src/test/compile-fail/self_type_keyword.rs
src/test/parse-fail/use-ends-with-mod-sep.rs
src/test/run-pass/import-prefix-macro.rs [new file with mode: 0644]