diff --git a/compiler/gen/src/llvm/build.rs b/compiler/gen/src/llvm/build.rs index 15575694e6..bb69434428 100644 --- a/compiler/gen/src/llvm/build.rs +++ b/compiler/gen/src/llvm/build.rs @@ -9,7 +9,7 @@ use crate::llvm::build_str::{ str_concat, str_count_graphemes, str_ends_with, str_from_int, str_join_with, str_number_of_bytes, str_split, str_starts_with, CHAR_LAYOUT, }; -use crate::llvm::compare::{build_eq, build_neq, generic_eq, generic_neq}; +use crate::llvm::compare::{generic_eq, generic_neq}; use crate::llvm::convert::{ basic_type_from_builtin, basic_type_from_layout, block_of_memory, block_of_memory_slices, collection, get_fn_type, get_ptr_type, ptr_int, diff --git a/compiler/reporting/tests/test_reporting.rs b/compiler/reporting/tests/test_reporting.rs index 7b50c9e5a8..80b455d3b2 100644 --- a/compiler/reporting/tests/test_reporting.rs +++ b/compiler/reporting/tests/test_reporting.rs @@ -4697,7 +4697,7 @@ mod test_reporting { I was expecting to see a private tag name. - Hint: Private tag names start with a `@` symbol followed by an + Hint: Private tag names start with an `@` symbol followed by an uppercase letter, like @UID or @SecretKey. "# ),