Update tests for 1.66 and switch CI to stable Rust 1.66 (#13118)

* Update UI tests for 1.66

* Fix `test_enum` assertion for Rust 1.66

* Fix another `test_enum` assertion for Rust 1.66

* Fix another `test_enum` assertion for Rust 1.66

* Fix another `test_enum` assertion for Rust 1.66
This commit is contained in:
Vladimir Istyufeev
2023-01-11 01:08:28 +04:00
committed by GitHub
parent c04e68fd01
commit 280fce7172
4 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
error: expected `DispatchResultWithPostInfo` or `DispatchResult`
--> $DIR/call_invalid_return.rs:17:39
--> tests/pallet_ui/call_invalid_return.rs:17:39
|
17 | pub fn foo(origin: OriginFor<T>) -> ::DispatchResult { todo!() }
| ^^
| ^