mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 23:22:30 +00:00
6 lines
102 B
Rust
6 lines
102 B
Rust
//@ error-pattern:can't find crate for `fake_crate`
|
|
|
|
extern crate fake_crate as extra;
|
|
|
|
fn main() { }
|