Skip to content

Commit

Permalink
Fix test output
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Oct 8, 2024
1 parent 158b537 commit b8cedaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 5 additions & 1 deletion codegen/ui_tests/rhai_mod_inner_cfg_false.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ note: found an item that was configured out
|
12 | pub mod test_mod {
| ^^^^^^^^
= note: the item is gated behind the `unset_feature` feature
note: the item is gated behind the `unset_feature` feature
--> ui_tests/rhai_mod_inner_cfg_false.rs:11:11
|
11 | #[cfg(feature = "unset_feature")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^

warning: unexpected `cfg` condition value: `unset_feature`
--> ui_tests/rhai_mod_inner_cfg_false.rs:11:11
Expand Down
4 changes: 1 addition & 3 deletions codegen/ui_tests/rhai_mod_unknown_type.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ 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;
help: consider importing this trait
|
11 + use std::fmt::Pointer;
|

0 comments on commit b8cedaf

Please sign in to comment.