mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
13d53273f8
I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes.
6 lines
83 B
Rust
6 lines
83 B
Rust
#![crate_name = "foo"]
|
|
|
|
// @hasraw source-files.js source-file.rs
|
|
|
|
pub struct Foo;
|