summaryrefslogtreecommitdiffstats
path: root/src/test/ui/span/auxiliary/transitive_dep_two.rs
blob: 5110c42765b6dae8a9fbb6ab25e205160d843aec (plain)
1
2
3
extern crate transitive_dep_three;

transitive_dep_three::define_parse_error!();