mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
9 lines
303 B
Rust
9 lines
303 B
Rust
// Tests that namespaced crate names are limited to two segments
|
|
|
|
//@ aux-crate: nscrate::three::segments=open-ns-my_api_utils.rs
|
|
//@ compile-flags: -Z namespaced-crates
|
|
//@ edition: 2024
|
|
//~? ERROR crate name `nscrate::three::segments` passed to `--extern` can have at most two segments.
|
|
|
|
fn main() {}
|