From 4bf22e6cb7cc21bbfa26b29dd9042ef269eef8e6 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Thu, 12 Aug 2021 11:53:05 +0800 Subject: [PATCH] Fix test output. --- codegen/ui_tests/rhai_mod_unknown_type.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/ui_tests/rhai_mod_unknown_type.stderr b/codegen/ui_tests/rhai_mod_unknown_type.stderr index 6997a79d..9ea2728f 100644 --- a/codegen/ui_tests/rhai_mod_unknown_type.stderr +++ b/codegen/ui_tests/rhai_mod_unknown_type.stderr @@ -10,7 +10,7 @@ error[E0412]: cannot find type `Pointer` in this scope help: a struct with a similar name exists | 12 | pub fn test_fn(input: Point) -> bool { - | ^^^^^ + | ~~~~~ help: consider importing one of these items | 11 | use core::fmt::Pointer;