1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
use *;
use *;
tests_impls!
// only_for_terminal_module!
// {
// #[ cfg( feature = "diagnostics_compiletime_assertions" ) ]
// #[ test_tools::nightly ]
// #[ test ]
// fn cta_trybuild_tests()
// {
// let t = test_tools::compiletime::TestCases::new();
// t.compile_fail( "tests/inc/snipet/cta_true_fail.rs" );
// // a_id!( 1, 2 );
// }
// }
//
tests_index!