rhai/codegen/ui_tests/rhai_mod_unknown_type_return.stderr

6 lines
263 B
Plaintext
Raw Normal View History

error[E0412]: cannot find type `boool` in this scope
2021-10-20 09:34:21 +02:00
--> ui_tests/rhai_mod_unknown_type_return.rs:12:37
|
12 | pub fn test_fn(input: Point) -> boool {
| ^^^^^ help: a builtin type with a similar name exists: `bool`