mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 00:41:27 +00:00
6 lines
189 B
Rust
6 lines
189 B
Rust
//@ compile-flags: --crate-version=<script>alert("hi")</script> -Z unstable-options
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
// @has 'foo/index.html' '//*[@class="version"]' '<script>alert("hi")</script>'
|