Closed
Description
#673 seems to have caused regex to stop compiling on rust 1.39.0 (and maybe other versions):
error[E0658]: `cfg(doctest)` is experimental and subject to change
--> src/lib.rs:625:7
|
625 | #[cfg(doctest)]
| ^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/62210
It actually does work on the MSRV 1.28.0 though, presumably since the feature hadn't even been conceived yet and so wasn't unstable :p
Metadata
Metadata
Assignees
Labels
No labels