We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=1d48baa8ed38a4c4e3e5bade31c0a4f9
Input
struct A(String); struct B(A); fn do_thing(b: B) -> String { b.0.0 }
Output
struct A(String); struct B(A); fn do_thing(b: B) -> String { b.0 .0 }
Expected output
unchanged from input
Meta
1.4.25-stable (0f29ff6d 2020-11-11)
rustup
The text was updated successfully, but these errors were encountered:
Thanks for the report but closing as a duplicate of various issues (e.g. #4543), explained in #4355 (comment)
Sorry, something went wrong.
topecongiro
No branches or pull requests
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=1d48baa8ed38a4c4e3e5bade31c0a4f9
Input
Output
Expected output
unchanged from input
Meta
1.4.25-stable (0f29ff6d 2020-11-11)
rustup
The text was updated successfully, but these errors were encountered: