roc/crates/compiler/build/src
Ayaz Hafiz 0e52a7e069
Make sure FunctionKind is determined in all entry points
There are a lot of entry points for a Roc program. They should probably
be all consolidated into one, but for now, when FunctionKind is needed,
determine it from the environment. This fixes EXPERIMENTAL_ROC_ERASE for
`roc test` etc.

Also print the location of a failure when `internal_error!` is called. I
think this should panic instead, and I thought it used to - does anyone
know if that changed?
2024-07-07 16:01:14 -05:00
..
lib.rs updating rust package documentation 2022-11-03 20:00:06 +11:00
link.rs Merge pull request #6819 from roc-lang/rust-1-77-2-upgrade 2024-07-06 03:23:54 +02:00
program.rs Make sure FunctionKind is determined in all entry points 2024-07-07 16:01:14 -05:00
target.rs Use roc_target over target_lexicon 2024-03-31 10:50:26 -07:00