We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6af98 commit 754b3e7Copy full SHA for 754b3e7
src/tools/unicode-table-generator/src/main.rs
@@ -220,7 +220,7 @@ fn main() {
220
let write_location = std::env::args().nth(1).unwrap_or_else(|| {
221
eprintln!("Must provide path to write unicode tables to");
222
eprintln!(
223
- "e.g. {} library/core/unicode/unicode_data.rs",
+ "e.g. {} library/core/src/unicode/unicode_data.rs",
224
std::env::args().next().unwrap_or_default()
225
);
226
std::process::exit(1);
0 commit comments