roc/crates/compiler/load
Agus Zubiaga 979aff8bf7
Explicit builtin import warning
We will now show a warning if a builtin is imported explicitly,
since this is unncessary.

We will not show the warning if they expose functions from the builtin:

	import Dict exposing [isEmpty]

However, we will show a special warning if they expose types from it:

	import Dict exposing [Dict, isEmpty]
2024-04-20 12:35:46 -03:00
..
src Use roc_target over target_lexicon 2024-03-31 10:50:26 -07:00
tests Explicit builtin import warning 2024-04-20 12:35:46 -03:00
build.rs Use roc_target over target_lexicon 2024-03-31 10:50:26 -07:00
Cargo.toml split test_utils 2024-04-15 20:30:34 +10:00