rust/tests/rustdoc/source-file.rs
Michael Howell e72fba4160 rustdoc: use src consistently over source in JavaScript
Since the directory that contains source files is called `src`,
it makes sense to name the scripts that way, too.
2023-07-14 16:54:14 -07:00

6 lines
80 B
Rust

#![crate_name = "foo"]
// @hasraw src-files.js source-file.rs
pub struct Foo;