-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add support for Rust edition #1100
Conversation
Oh, thanks for pushing this forward! My preference would be to have a new top-level As for forwarding the configuration into the playground, it shouldn't be too hard. I think it would involve adding another field to |
I feel bugs in the future. |
Hm, if I understand the question correctly: rustdoc treats code blocks with annotations like That sounds like a separate issue, and something we can maybe deal with separately. |
I agree. |
Can you also move it under a separate |
It will take some time. I am not sure I will do that in a few days. |
Completed via #1163. |
Books will have to replace
```rust
with```edition2018
everywhere to make it work, but it would be useful to change it in config only.According to #812 (comment)