Skip to content

Commit 1670c40

Browse files
eholkfmease
andauthored
Update compiler/rustc_session/src/options.rs
Co-authored-by: León Orell Valerian Liehr <[email protected]>
1 parent 4fcec5c commit 1670c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_session/src/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ options! {
23322332
mutable_noalias: bool = (true, parse_bool, [TRACKED],
23332333
"emit noalias metadata for mutable references (default: yes)"),
23342334
namespaced_crates: bool = (false, parse_bool, [TRACKED],
2335-
"allow crates to be nested in other crates (default: no)"),
2335+
"allow crates to be namespaced by other crates (default: no)"),
23362336
next_solver: NextSolverConfig = (NextSolverConfig::default(), parse_next_solver_config, [TRACKED],
23372337
"enable and configure the next generation trait solver used by rustc"),
23382338
nll_facts: bool = (false, parse_bool, [UNTRACKED],

0 commit comments

Comments
 (0)