16 lines
1.1 KiB
Text
16 lines
1.1 KiB
Text
|
error[E0080]: evaluation of constant value failed
|
||
|
--> fail/interface/trait/missing_field_argument.rs:16:8
|
||
|
|
|
||
|
16 | fn id(&self, is_present: bool) -> &str;
|
||
|
| ^^ the evaluated program panicked at 'Failed to implement interface `Character` on `ObjA`: Field `id`: Argument `isPresent` of type `Boolean!` was expected, but not found.', $DIR/fail/interface/trait/missing_field_argument.rs:16:8
|
||
|
|
|
||
|
= note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||
|
|
||
|
error[E0080]: evaluation of constant value failed
|
||
|
--> fail/interface/trait/missing_field_argument.rs:16:8
|
||
|
|
|
||
|
16 | fn id(&self, is_present: bool) -> &str;
|
||
|
| ^^ the evaluated program panicked at 'Failed to implement interface `Character` on `ObjA`: Field `id`: Argument `isPresent` of type `Boolean!` was expected, but not found.', $DIR/fail/interface/trait/missing_field_argument.rs:16:8
|
||
|
|
|
||
|
= note: this error originates in the macro `$crate::panic::panic_2015` (in Nightly builds, run with -Z macro-backtrace for more info)
|