mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
f1d240c040
Since the length of a path is treated as sorting criteria, and every path that contains the query without exactly matching it must be longer, exact matches will always sort first if they exist.
8 lines
201 B
Rust
8 lines
201 B
Rust
#![crate_name = "x"]
|
|
pub mod now_is_the_time_for_all_good_men_to_come_to_the_aid_of_their {
|
|
pub struct Country;
|
|
}
|
|
pub mod nowisthetimeforallgoodmentocometotheaidoftheir {
|
|
pub struct Country;
|
|
}
|