Skip to content

Commit 76dfb92

Browse files
committed
Enable offset_of_enum in offset-of-private.rs
1 parent 91da299 commit 76dfb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/offset-of/offset-of-private.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(offset_of)]
1+
#![feature(offset_of, offset_of_enum)]
22

33
use std::mem::offset_of;
44

0 commit comments

Comments
 (0)