rhai/codegen/ui_tests/non_clonable.stderr
2021-10-23 12:12:23 +08:00

6 lines
254 B
Plaintext

error[E0277]: the trait bound `NonClonable: Clone` is not satisfied
--> ui_tests/non_clonable.rs:11:23
|
11 | pub fn test_fn(input: NonClonable) -> bool {
| ^^^^^^^^^^^ the trait `Clone` is not implemented for `NonClonable`