about summary refs log tree commit diff
path: root/src/test/ui/derives/derives-span-Clone-enum-struct-variant.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-11-08 04:44:23 +0000
committerbors <bors@rust-lang.org>2019-11-08 04:44:23 +0000
commitc34472b77084c9f76f872871aeab121daf81fb99 (patch)
treeed6d5a1b7638907fcdcccb01d3a949aace342b41 /src/test/ui/derives/derives-span-Clone-enum-struct-variant.rs
parentd2574403b31508be9cfed468e352467043d2354d (diff)
parent1969f415fae4b4fc107d0363c998c13ea44ef548 (diff)
downloadrust-c34472b77084c9f76f872871aeab121daf81fb99.tar.gz
rust-c34472b77084c9f76f872871aeab121daf81fb99.zip
Auto merge of #66208 - JohnTitor:rollup-2umgjer, r=JohnTitor
Rollup of 8 pull requests

Successful merges:

 - #65554 (Enhance the documentation of BufReader for potential data loss)
 - #65580 (Add `MaybeUninit` methods `uninit_array`, `slice_get_ref`, `slice_get_mut`)
 - #66049 (consistent handling of missing sysroot spans)
 - #66056 (rustc_metadata: Some reorganization of the module structure)
 - #66123 (No more hidden elements)
 - #66157 (Improve math log documentation examples)
 - #66165 (Ignore these tests ,since the called commands doesn't exist in VxWorks)
 - #66190 (rustc_target: inline abi::FloatTy into abi::Primitive.)

Failed merges:

 - #66188 (`MethodSig` -> `FnSig` & Use it in `ItemKind::Fn`)

r? @ghost
Diffstat (limited to 'src/test/ui/derives/derives-span-Clone-enum-struct-variant.rs')
-rw-r--r--src/test/ui/derives/derives-span-Clone-enum-struct-variant.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/derives/derives-span-Clone-enum-struct-variant.rs b/src/test/ui/derives/derives-span-Clone-enum-struct-variant.rs
index b556d442420..da00f81b96e 100644
--- a/src/test/ui/derives/derives-span-Clone-enum-struct-variant.rs
+++ b/src/test/ui/derives/derives-span-Clone-enum-struct-variant.rs
@@ -1,3 +1,4 @@
+// ignore-x86 FIXME: missing sysroot spans (#53081)
 // This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'