]> git.lizzy.rs Git - rust.git/commit
Auto merge of #50131 - Manishearth:crate-in-local, r=petrochenkov
authorbors <bors@rust-lang.org>
Wed, 25 Apr 2018 23:25:47 +0000 (23:25 +0000)
committerbors <bors@rust-lang.org>
Wed, 25 Apr 2018 23:25:47 +0000 (23:25 +0000)
commit84ce67ef950e962d398ca974e39f0b8d4aa103db
treeb250b8d1489393ccfa58560adc7fea75222dc63d
parent6eb4f1d03601d262f4a10fd350d9d31fb27a2d94
parent9f5e08e0a167d6ce406445a619a8bf358deeade4
Auto merge of #50131 - Manishearth:crate-in-local, r=petrochenkov

Allow crate:: in local paths

Currently if you want to use `crate` locally you have to do `::crate::`. This shouldn't be necessary

(will fix up tests later)

r? @petrochenkov