mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
replace horrible hack with a slightly less horrible one
This commit is contained in:
parent
2b69c84396
commit
35f1655b0b
2 changed files with 5 additions and 3 deletions
|
@ -30,6 +30,9 @@ impl PartialEq for TraitSolver {
|
|||
|
||||
impl Eq for TraitSolver {}
|
||||
|
||||
// FIXME: this impl is WRONG, chalk is not RefUnwindSafe, and this causes #1927
|
||||
impl std::panic::RefUnwindSafe for TraitSolver {}
|
||||
|
||||
impl TraitSolver {
|
||||
fn solve(
|
||||
&self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue