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
3ecae2932c
rust
/
tests
/
rustdoc
/
source-file.rs
6 lines
83 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
"
]
Rename `@hastext` to `@hasraw` (same for `matches`) I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes.
2022-08-10 20:13:18 +00:00
// @hasraw source-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