mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-17 17:08:01 +00:00
5 lines
119 B
Rust
5 lines
119 B
Rust
#![feature(rustc_attrs)]
|
|
|
|
#[rustc_dummy = b"ffi.rs"] //~ ERROR non-ASCII character in byte string literal
|
|
fn main() {}
|