-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Fixed issue with using Self
ctor in typedefs
#56850
Conversation
c39a642 is missing |
r=me with error message wording updated (#56850 (comment)) |
@petrochenkov Done. |
215ad91
to
d04986a
Compare
This comment has been minimized.
This comment has been minimized.
d620d88
to
bf5c5e3
Compare
@petrochenkov AppVeyor is borked. Could you r+ this anyway please? |
Error wording is updated, but tests are not. |
This comment has been minimized.
This comment has been minimized.
0333a33
to
ec274ae
Compare
This comment has been minimized.
This comment has been minimized.
ec274ae
to
e5e63b5
Compare
e5e63b5
to
0211856
Compare
@petrochenkov LGTM! :-) |
✌️ @alexreg can now approve this pull request |
📌 Commit 0211856 has been approved by |
@alexreg |
…rochenkov Fixed issue with using `Self` ctor in typedefs Added two regression tests. This is definitely suitable for a beta backport. CC @Centril
Rollup of 20 pull requests Successful merges: - #53506 (Documentation for impl From for AtomicBool and other Atomic types) - #56343 (Remove not used mod) - #56439 (Clearer error message for dead assign) - #56640 (Add FreeBSD unsigned char platforms to std::os::raw) - #56648 (Fix BTreeMap UB) - #56672 (Document time of back operations of a Linked List) - #56706 (Make `const unsafe fn` bodies `unsafe`) - #56742 (infer: remove Box from a returned Iterator) - #56761 (Suggest using `.display()` when trying to print a `Path`) - #56781 (Update LLVM submodule) - #56789 (rustc: Add an unstable `simd_select_bitmask` intrinsic) - #56790 (Make RValue::Discriminant a normal Shallow read) - #56793 (rustdoc: look for comments when scraping attributes/crates from doctests) - #56826 (rustc: Add the `cmpxchg16b` target feature on x86/x86_64) - #56832 (std: Use `rustc_demangle` from crates.io) - #56844 (Improve CSS rule) - #56850 (Fixed issue with using `Self` ctor in typedefs) - #56855 (Remove u8 cttz hack) - #56857 (Fix a small mistake regarding NaNs in a deprecation message) - #56858 (Fix doc of `std::fs::canonicalize`) Failed merges: - #56741 (treat ref-to-raw cast like a reborrow: do a special kind of retag) r? @ghost
discussed at T-compiler meeting. beta-accepted. |
Added two regression tests.
This is definitely suitable for a beta backport.
CC @Centril
Includes regression tests labelled with issues #56199, #56835, #56611