rust/src/librustc/lint
Manish Goregaokar bdd264a0bb Rollup merge of #32403 - vlastachu:super_in_path, r=jseyfried
Fix issue: Global paths in `use` directives can begin with `super` or `self` #32225

This PR fixes #32225 by warning on `use ::super::...` and `use ::self::...` on `resolve`.

Current changes is the most minimal and ad-hoc.
2016-04-05 16:43:20 +05:30
..
builtin.rs Fixes bug which accepting using super in use statemet. 2016-04-05 11:57:56 +03:00
context.rs librustc: replace panic!() with bug!() 2016-03-31 22:04:23 +02:00
mod.rs more check_*_post methods for LintPasses 2016-02-27 00:21:20 +01:00