Skip to content

Commit 64a94a6

Browse files
committed
minor tweaks
1 parent 44f8081 commit 64a94a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/mem/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1319,5 +1319,5 @@ impl<T> SizedTypeProperties for T {}
13191319
#[rustc_builtin_macro]
13201320
#[cfg(not(bootstrap))]
13211321
pub macro offset_of($Container:ty, $($fields:tt).+ $(,)?) {
1322-
// ...implementation defined...
1322+
/* compiler built-in */
13231323
}

0 commit comments

Comments
 (0)