diff options
| author | George Bateman <george.bateman16@gmail.com> | 2024-01-05 21:25:01 +0000 |
|---|---|---|
| committer | George Bateman <george.bateman16@gmail.com> | 2024-01-19 20:38:51 +0000 |
| commit | 803b810eac520c11c7f1ea0a81af535ee9bddd61 (patch) | |
| tree | d08af2f1d0ba9cfa097f79aebc749771fe15cc91 /tests/pretty/offset_of.rs | |
| parent | 615946db4fc812bff3bb015dfe860c10da4b20c1 (diff) | |
| download | rust-803b810eac520c11c7f1ea0a81af535ee9bddd61.tar.gz rust-803b810eac520c11c7f1ea0a81af535ee9bddd61.zip | |
Remove feature(offset_of) from tests
Diffstat (limited to 'tests/pretty/offset_of.rs')
| -rw-r--r-- | tests/pretty/offset_of.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/pretty/offset_of.rs b/tests/pretty/offset_of.rs index e1783432857..1307c335ad3 100644 --- a/tests/pretty/offset_of.rs +++ b/tests/pretty/offset_of.rs @@ -1,4 +1,3 @@ // pp-exact -#![feature(offset_of)] fn main() { std::mem::offset_of!(std :: ops :: Range < usize >, end); } |
