Open
Description
This code is expected to work but generates a compiler error due to a comment:
https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=45b03c2e33ff3b6c20af40794c505c92
Compiling playground v0.0.1 (/playground)
error: this file contains an un-closed delimiter
--> src/main.rs:1:1854
|
1 | pub fn main() {
let reserved_names: [&str; 103] = [
"as",
"break",
"const",
(snip)
If rust-playground tries to put all the code on a single line, that's likely the problem. Thanks for building and maintaining such a useful tool; much appreciated!