Skip to content

Commit 38b0030

Browse files
committed
---
yaml --- r: 131965 b: refs/heads/dist-snap c: 61ded48 h: refs/heads/master i: 131963: 526bd9a v: v3
1 parent 1e5f203 commit 38b0030

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 457a3c991d79b971be07fce75f9d0c12848fb37c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: ad27e2625a84662b49af3f73b40488e8bdcc46e3
9+
refs/heads/dist-snap: 61ded48fbcc79e0b3d532bb17f38b1c1baf56d41
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/libserialize/json.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2795,6 +2795,7 @@ mod tests {
27952795
}
27962796
}
27972797
#[test]
2798+
#[ignore] // FIXME(#15763)
27982799
fn test_decode_errors_struct() {
27992800
check_err::<DecodeStruct>("[]", ExpectedError("Object".to_string(), "[]".to_string()));
28002801
check_err::<DecodeStruct>("{\"x\": true, \"y\": true, \"z\": \"\", \"w\": []}",

0 commit comments

Comments
 (0)