summaryrefslogtreecommitdiffstats
path: root/src/test/ui/suggestions/auxiliary/foo.rs
blob: e90bbef6d5c5fed6886279b9828d56063e5affd6 (plain)
1
2
3
//! Contains a struct with almost the same name as itself, to trigger Levenshtein suggestions.

pub struct Foo;