rhai/codegen/ui_tests/rhai_mod_unknown_type_return.stderr

6 lines
259 B
Plaintext
Raw Normal View History

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