mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-25 08:36:34 +00:00
5 lines
119 B
Rust
5 lines
119 B
Rust
// @has test.css
|
|
// @has foo/struct.Foo.html
|
|
// @has - '//*[@name="rustdoc-vars"]/@data-themes' 'test'
|
|
pub struct Foo;
|