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
fix regression in source views when releases.files is NULL
This fixes https://sentry.io/organizations/rust-lang/issues/3796296974/
where we previouly converted any error into `None`, which was converted
into `Nope::ResourceNotFound` for the whole source page.
This fix re-introduces this behavior and makes it more explicit
0 commit comments