aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/parser/err/0040_illegal_crate_kw_location.rs
blob: 508def2c7ef503bbdadcdc19ef7b550da9260214 (plain)
1
2
3
4
use ::crate;
use {crate, foo::{crate::foo::bar::baz}};
use hello::crate;
use hello::crate::there;