diff --git a/lib/elixir/lib/exception.ex b/lib/elixir/lib/exception.ex index b57fc3c293..0d679a34b4 100644 --- a/lib/elixir/lib/exception.ex +++ b/lib/elixir/lib/exception.ex @@ -1389,6 +1389,7 @@ defmodule CompileError do * `:file` (`t:Path.t/0` or `nil`) - the file where the error occurred, or `nil` if the error occurred in code that did not come from a file * `:line` (`t:non_neg_integer/0`) - the line where the error occurred + * `:description` - a description of the compile error This is mostly raised by Elixir tooling when compiling and evaluating code. """