File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -253,8 +253,7 @@ fn check_name(
253
253
if restricted_names:: is_non_ascii_name ( name) {
254
254
shell. warn ( format ! (
255
255
"the name `{}` contains non-ASCII characters\n \
256
- Support for non-ASCII crate names is experimental and only valid \
257
- on the nightly toolchain.",
256
+ Non-ASCII crate names are not supported by Rust.",
258
257
name
259
258
) ) ?;
260
259
}
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ fn non_ascii_name() {
435
435
. with_stderr (
436
436
"\
437
437
[WARNING] the name `Привет` contains non-ASCII characters
438
- Support for non -ASCII crate names is experimental and only valid on the nightly toolchain .
438
+ Non -ASCII crate names are not supported by Rust .
439
439
[CREATED] binary (application) `Привет` package
440
440
" ,
441
441
)
You can’t perform that action at this time.
0 commit comments