mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Merge pull request #5400 from roc-lang/semantic-layouts-for-newtypes
Implement semantic layouts for newtypes
This commit is contained in:
commit
c7f5007cd8
42 changed files with 733 additions and 599 deletions
|
@ -1854,8 +1854,7 @@ fn instantiate_annotated_as_recursive_alias_multiple_polymorphic_expr() {
|
|||
)
|
||||
}
|
||||
|
||||
#[mono_test]
|
||||
#[cfg(not(debug_assertions))]
|
||||
#[mono_test(large_stack = "true")]
|
||||
fn encode_derived_record_one_field_string() {
|
||||
indoc!(
|
||||
r#"
|
||||
|
@ -1872,8 +1871,7 @@ fn encode_derived_record_one_field_string() {
|
|||
)
|
||||
}
|
||||
|
||||
#[mono_test]
|
||||
#[cfg(not(debug_assertions))]
|
||||
#[mono_test(large_stack = "true")]
|
||||
fn encode_derived_record_two_field_strings() {
|
||||
indoc!(
|
||||
r#"
|
||||
|
@ -1890,8 +1888,7 @@ fn encode_derived_record_two_field_strings() {
|
|||
)
|
||||
}
|
||||
|
||||
#[mono_test]
|
||||
#[cfg(not(debug_assertions))]
|
||||
#[mono_test(large_stack = "true")]
|
||||
fn encode_derived_nested_record_string() {
|
||||
indoc!(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue