mv std libs to library/
This commit is contained in:
@@ -220,7 +220,7 @@ fn main() {
|
||||
let write_location = std::env::args().nth(1).unwrap_or_else(|| {
|
||||
eprintln!("Must provide path to write unicode tables to");
|
||||
eprintln!(
|
||||
"e.g. {} src/libcore/unicode/unicode_data.rs",
|
||||
"e.g. {} library/core/unicode/unicode_data.rs",
|
||||
std::env::args().next().unwrap_or_default()
|
||||
);
|
||||
std::process::exit(1);
|
||||
|
||||
Reference in New Issue
Block a user