mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
bcc6fda0ef
Fix ICE due to `unwrap` in `probe_for_name_many` Fixes #125876 Now `probe_for_name_many` bubbles up the error returned by `probe_op` instead of calling `unwrap` on it.