summaryrefslogtreecommitdiffstats
path: root/src/test/ui/imports/issue-47623.rs
blob: ad8aa4c1a2bd663797b442ea707fac677c8d921e (plain)
1
2
3
use self; //~ERROR `self` imports are only allowed within a { } list

fn main() {}