-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolve: change most backwards incompatible ambiguity errors to legacy_imports
warnings
#38271
Conversation
162e61d
to
1993a07
Compare
1993a07
to
cfabce2
Compare
ping @nrc / @nikomatsakis, would be great to get this in before beta! |
Nominating for beta to ensure we don't forget about this if it misses the beta branch. Note that this should only go into 1.15.0 beta, not the current (as of this writing) 1.14.0 beta. |
@bors: r+ |
📌 Commit cfabce2 has been approved by |
resolve: change most backwards incompatible ambiguity errors to `legacy_imports` warnings Fixes #38176. r? @nrc or @nikomatsakis
Rollup of 29 pull requests - Successful merges: #37761, #38006, #38131, #38150, #38158, #38171, #38208, #38215, #38236, #38245, #38289, #38302, #38315, #38346, #38388, #38395, #38398, #38418, #38432, #38451, #38463, #38468, #38470, #38471, #38472, #38478, #38486, #38493, #38498 - Failed merges: #38271, #38483
Marking as beta-accepted. Patch is kind of medium-ish, but this is a serious regression, and mostly the patch is converting errors into lints. cc @rust-lang/compiler |
Fixes #38176.
r? @nrc or @nikomatsakis