mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
fix compile errors
This commit is contained in:
parent
da089af4b9
commit
e16f6f8c49
3 changed files with 2 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2928,6 +2928,7 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bumpalo",
|
"bumpalo",
|
||||||
"crossbeam",
|
"crossbeam",
|
||||||
|
"indoc",
|
||||||
"inlinable_string",
|
"inlinable_string",
|
||||||
"maplit",
|
"maplit",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
|
|
|
@ -30,5 +30,6 @@ num_cpus = "1"
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
pretty_assertions = "0.5.1"
|
pretty_assertions = "0.5.1"
|
||||||
maplit = "1.0.1"
|
maplit = "1.0.1"
|
||||||
|
indoc = "0.3.3"
|
||||||
quickcheck = "0.8"
|
quickcheck = "0.8"
|
||||||
quickcheck_macros = "0.8"
|
quickcheck_macros = "0.8"
|
||||||
|
|
|
@ -1620,8 +1620,6 @@ fn update<'a>(
|
||||||
match header_extra {
|
match header_extra {
|
||||||
App { to_platform } => {
|
App { to_platform } => {
|
||||||
debug_assert!(matches!(state.platform_path, PlatformPath::NotSpecified));
|
debug_assert!(matches!(state.platform_path, PlatformPath::NotSpecified));
|
||||||
debug_assert!(header.is_root_module);
|
|
||||||
|
|
||||||
state.platform_path = PlatformPath::Valid(to_platform.clone());
|
state.platform_path = PlatformPath::Valid(to_platform.clone());
|
||||||
}
|
}
|
||||||
PkgConfig { .. } => {
|
PkgConfig { .. } => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue