rhai/codegen/ui_tests/rhai_mod_unknown_type_return.stderr
2020-08-27 23:13:44 -05:00

6 lines
259 B
Plaintext

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`