roc/crates/compiler/problem/src
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
..
can.rs Explicit builtin import warning 2024-04-20 12:35:46 -03:00
lib.rs make file loading errors that happen late in compilation still fatal 2023-04-09 14:03:33 -07:00