summary refs log tree commit diff
path: root/src/test/compile-fail/use-super-global-path.rs
AgeCommit message (Expand)AuthorLines
2017-11-21Report special messages for path segment keywords in wrong positionsVadim Petrochenkov-3/+3
2017-11-21Support `::crate` in pathsVadim Petrochenkov-2/+2
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-2/+0
2016-10-27Make sufficiently old or low-impact compatibility lints deny-by-defaultVadim Petrochenkov-6/+4
2016-05-28sanity -> validationVadim Petrochenkov-0/+7
2016-05-28Move some other checks to AST sanity passVadim Petrochenkov-1/+1
2016-04-05Fixes bug which accepting using `super` in use statemet.vlastachu-0/+22