Files
rust/src/test/rustdoc/source-file.rs
T
Noah Lev 13d53273f8 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-13 00:37:13 -04:00

6 lines
83 B
Rust

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