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

6 lines
263 B
Plaintext

error[E0412]: cannot find type `boool` in this scope
--> 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`