summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rust-2018/auxiliary/baz.rs
blob: b317c8a45368cab9e28da7d6f601636cd150a3cb (plain)
1
2
3
4
5
// This file is used as part of the local-path-suggestions.rs test.

pub mod foobar {
    pub struct Baz;
}