mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
11 lines
303 B
Rust
11 lines
303 B
Rust
|
|
// The generated code requires quite a bit of surrounding code to work.
|
|
// Please refer to [the examples](examples/dummy.rs) and
|
|
// [the minimal usage example](../examples/minimal-example.rs).
|
|
|
|
#[test]
|
|
fn ui_compile_fail() {
|
|
let t = trybuild::TestCases::new();
|
|
t.compile_fail("tests/ui/err-*.rs");
|
|
}
|