rust-lang / rust-mode

Emacs configuration for Rust
Apache License 2.0
1.1k stars 176 forks source link

Add compilation regex for panics. #511

Closed zachlefevre closed 4 months ago

zachlefevre commented 4 months ago

This matches errors in the compilation buffer like

thread 'main' panicked at src/main.rs:16:5:

and

thread 'foo' panicked at tests/health_check.rs:3:5:
zachlefevre commented 4 months ago

duplicate of #510