mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Turns out this was used by the repl
This commit is contained in:
parent
7356809fc3
commit
f60ed0059a
1 changed files with 1 additions and 3 deletions
|
@ -3113,9 +3113,7 @@ fn finish_specialization<'a>(
|
|||
None => unreachable!(),
|
||||
}
|
||||
}
|
||||
Valid(To::NewPackage(p_or_p)) => {
|
||||
panic!("This usage of `to` (`to {}`) is deprecated. Always use a package shorthand name with `to`!", p_or_p.to_str());
|
||||
}
|
||||
Valid(To::NewPackage(p_or_p)) => PathBuf::from(p_or_p.as_str()),
|
||||
other => {
|
||||
let buf = to_missing_platform_report(state.root_id, other);
|
||||
return Err(LoadingProblem::FormattedReport(buf));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue