mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-06 13:47:22 +00:00
ff5d56fb76
* cargo +nightly fmt * add cargo-fmt check to ci * update ci * fmt * fmt * skip macro * ignore bridges
10 lines
302 B
Rust
10 lines
302 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");
|
|
}
|