mv std libs to library/

This commit is contained in:
mark
2020-06-11 21:31:49 -05:00
parent 9be8ffcb02
commit 2c31b45ae8
875 changed files with 1255 additions and 1223 deletions

View File

@@ -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);