File tree 1 file changed +5
-4
lines changed 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 {
1329
1329
/// </pre>
1330
1330
/// </div>
1331
1331
///
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.
1336
1337
///
1337
1338
/// The included file is located relative to the current file (similarly to how modules are
1338
1339
/// 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