mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 15:13:48 +00:00
6 lines
101 B
Rust
6 lines
101 B
Rust
// error-pattern:can't find crate for `fake_crate`
|
|
|
|
extern crate fake_crate as extra;
|
|
|
|
fn main() { }
|