This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-28 19:17:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a1b9a59958
rust
/
tests
/
rustdoc
/
source-file.rs
6 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Add test for source files feature
2018-11-24 13:24:54 +00:00
#![
crate_name =
"
foo
"
]
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 23:46:46 +00:00
// @hasraw src-files.js source-file.rs
Add test for source files feature
2018-11-24 13:24:54 +00:00
pub
struct
Foo
;
Reference in New Issue
Copy Permalink