Update initialize tests for latest rust stable (#5971)

* Update initialize tests for latest rust stable

* Update more tests

* AHHH

* Fix `runtime-interface` test

* ------------------------______________----------------------

* ...
This commit is contained in:
Bastian Köcher
2020-05-11 23:33:32 +02:00
committed by GitHub
parent 97259789dd
commit 70923cdf7c
10 changed files with 50 additions and 80 deletions
@@ -3,3 +3,5 @@ error: `PassByEnum` only supports enums as input type.
|
3 | #[derive(PassByEnum)]
| ^^^^^^^^^^
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
@@ -3,3 +3,5 @@ error: `PassByEnum` only supports unit variants.
|
3 | #[derive(PassByEnum)]
| ^^^^^^^^^^
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
@@ -3,3 +3,5 @@ error: Only newtype/one field structs are supported by `PassByInner`!
|
3 | #[derive(PassByInner)]
| ^^^^^^^^^^^
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)