We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erlang/OTP 26 [erts-14.2.1] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Elixir 1.17.0-dev (93a1dba) (compiled with Erlang/OTP 26)
any
iex(1)> import :erlang, only: [exit: 1], warn: false :erlang iex(2)> Macro.Env.expand_import(__ENV__, [], :exit, 1, trace: false) error: function exit/1 imported from both :erlang and Kernel, call is ambiguous └─ iex ** (CompileError) cannot compile code (errors have been logged)
:error returned or first matching import
:error
The text was updated successfully, but these errors were encountered:
5f2f626
No branches or pull requests
Elixir and Erlang/OTP versions
Erlang/OTP 26 [erts-14.2.1] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [jit]
Elixir 1.17.0-dev (93a1dba) (compiled with Erlang/OTP 26)
Operating system
any
Current behavior
Expected behavior
:error
returned or first matching importThe text was updated successfully, but these errors were encountered: