[INFO] [stdout] error: Cannot declare a non-inline module inside a block unless it has a path attribute
[INFO] [stdout] --> src/rcalc/lexer.rs:124:1
[INFO] [stdout] |
[INFO] [stdout] 4 | mod rcalc;
[INFO] [stdout] | ^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout] error: aborting due to previous error
Possibly related to changes in rustdoc, I believe both cases are inside doctests?
cc @petrochenkov
Possibly related to changes in rustdoc, I believe both cases are inside doctests?