mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 23:39:28 +00:00
7 lines
134 B
Rust
7 lines
134 B
Rust
// compile-flags: -Z unstable-options --generate-redirect-map
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
// @!has foo/redirect-map.json
|
|
pub struct Foo;
|