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