]> git.lizzy.rs Git - rust.git/commit
FIX #21475: Interval match patterns won't parse namespace specifiers correctly
authordefuz <defuz.net@gmail.com>
Thu, 22 Jan 2015 19:56:27 +0000 (21:56 +0200)
committerdefuz <defuz.net@gmail.com>
Sat, 28 Feb 2015 08:56:46 +0000 (10:56 +0200)
commit52fa187431b4209a4e8606790287eaf08741ef25
tree2a86723302629206bf9eb23115f70b2d243a13ec
parent48aeaba9347a25b2e3848e0dcbc1d8f6b0076718
FIX #21475: Interval match patterns won't parse namespace specifiers correctly
src/libsyntax/parse/parser.rs
src/test/run-pass/issue-21475.rs [new file with mode: 0644]