You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The input code wasn't valid -- I had incorrectly tried to source a type (Address, at the top of src/blockchain.rs) from the wrong module. Compiling with this error in the input code, the linked backtrace was produced. After sourcing from the correct namespace, the compiler no longer panics.
Not at all familiar with the rust source, and this might be expected or usual given I'm running nightly!
The input code wasn't valid -- I had incorrectly tried to source a type (Address, at the top of src/blockchain.rs) from the wrong module. Compiling with this error in the input code, the linked backtrace was produced. After sourcing from the correct namespace, the compiler no longer panics.
Not at all familiar with the rust source, and this might be expected or usual given I'm running nightly!
I tried this code:
https://github.com/mtn/tulipchain/tree/compiler_panic
I expected to see this happen: The program fail to compile, with some errors
Instead, this happened: The compiler panicked
Meta
rustc --version --verbose
:Backtrace:
https://raw.githubusercontent.com/mtn/tulipchain/compiler_panic/README.md
The text was updated successfully, but these errors were encountered: