aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/err/0041_illegal_super_keyword_location.rs
blob: bd4d58042638c50925be17bc78fbe502298903a7 (plain)
1
2
3
4
use ::super;
use a::super;
use super::a::super;
use a::{super::b};