Closed ghost closed 9 years ago
Doesn't ICE on playpen beta and nightly
<anon>:6:20: 6:36 error: no associated item named `PHANTOM` found for type `Mozilla` in the current scope
<anon>:6 some_function(&Mozilla::PHANTOM);
^~~~~~~~~~~~~~~~
error: aborting due to previous error
playpen: application terminated with error code 101
This bug is fixed in beta + nightly, so I'm closing.
The following code generates an internal compiler error:
As far as I can tell:
&
) the valuePHANTOM
instead ofMozilla::PHANTOM
)Meta
rustc --version --verbose
:Backtrace