]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/auxiliary/foo.rs
Rollup merge of #59432 - phansch:compiletest_docs, r=alexcrichton
[rust.git] / src / test / ui / suggestions / auxiliary / foo.rs
1 //! Contains a struct with almost the same name as itself, to trigger Levenshtein suggestions.
2
3 pub struct Foo;