Skip to content

Commit 2874029

Browse files
Merge pull request google#567 from carlwhamilton:ctor_to_core
PiperOrigin-RevId: 727747316
2 parents 53b583b + 168b56f commit 2874029

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)