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 code above generates the following error:
(list += operator)
actual
Hyeockz:RustPython hyeockjinkim$ cargo run b.py
Finished dev [unoptimized + debuginfo] target(s) in 0.11s
Running `target/debug/rustpython b.py`
thread 'main' panicked at 'already mutably borrowed: BorrowError', src/libcore/result.rs:999:5
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
expected
[3, 3]
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Feature
The code above generates the following error:
(list += operator)
actual
expected
The text was updated successfully, but these errors were encountered: