mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-14 01:15:52 +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;
|