Skip to content

Commit 168b56f

Browse files
committed
Rename the shadowing module from "ctor" to "core".
Given the description of the commit that added macro_hygiene.rs, I believe that the name of the "ctor" module in this test should be "core", verifying that macros work properly when a crate under test has declared its own core module.
1 parent cb8eaf9 commit 168b56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/src/macro_hygiene.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fn main() {}
1616

1717
// Shadow important modules that the macros use.
1818
mod std {}
19-
mod ctor {}
19+
mod core {}
2020

2121
#[cfg(test)]
2222
mod tests {

0 commit comments

Comments
 (0)