]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/source-file.rs
Rollup merge of #67059 - TommasoBianchi:dropck_fix_pr, r=pnkfelix
[rust.git] / src / test / rustdoc / source-file.rs
1 #![crate_name = "foo"]
2
3 // @has source-files.js source-file.rs
4
5 pub struct Foo;