conflate 0.3.3

Merge multiple values into one
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
// SPDX-License-Identifier: Apache-2.0 or MIT

#[test]
#[ignore]
fn test_compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile/*.rs");
}