Skip to content

Commit

Permalink
Merge branch 'master' into xunilrj/reenable-ldc-test
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty authored Jul 8, 2024
2 parents 97e27b0 + 9db4fe7 commit eef88ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sway-core/src/type_system/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1261,11 +1261,12 @@ impl TypeInfo {
engines: &Engines,
span: &Span,
) -> Result<(), ErrorEmitted> {
const CURRENTLY_SUPPORTED_TYPES_MESSAGE: [&str; 8] = [
const CURRENTLY_SUPPORTED_TYPES_MESSAGE: [&str; 9] = [
"Sway currently supports pattern matching on these types:",
" - b256",
" - boolean",
" - enums",
" - string slices",
" - structs",
" - tuples",
" - unsigned integers",
Expand Down

0 comments on commit eef88ab

Please sign in to comment.