This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1329,10 +1329,11 @@ pub(crate) mod builtin {
13291329 /// </pre>
13301330 /// </div>
13311331 ///
1332- /// If the included file is parsed as an expression, it is placed in the surrounding code
1333- /// [unhygienically](https://doc.rust-lang.org/reference/macros-by-example.html#hygiene). This
1334- /// could result in variables or functions being different from what the file expected if there
1335- /// are variables or functions that have the same name in the current file.
1332+ /// The included file is placed in the surrounding code
1333+ /// [unhygienically](https://doc.rust-lang.org/reference/macros-by-example.html#hygiene). If
1334+ /// the included file is parsed as an expression and variables or functions share names across
1335+ /// both files, it could result in variables or functions being different from what the
1336+ /// included file expected.
13361337 ///
13371338 /// The included file is located relative to the current file (similarly to how modules are
13381339 /// found). The provided path is interpreted in a platform-specific way at compile time. So,
You can’t perform that action at this time.
0 commit comments