mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +00:00
Reserve function name (#2609)
* reserve function name * bumpd impl version * Revert "bumpd impl version" This reverts commit 03a23e308312d857bdfd3c90ff564b4b11347530. * add test * update test * update lock * Fix test on stable
This commit is contained in:
committed by
Bastian Köcher
parent
062b734571
commit
57f306a3c1
@@ -16,3 +16,9 @@
|
||||
|
||||
//! Test crate for srml_support. Allow to make use of `srml_support::decl_storage`.
|
||||
//! See tests directory.
|
||||
|
||||
#[test]
|
||||
fn reserved_keyword() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.compile_fail("tests/reserved_keyword/*.rs");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user