derive_more icon indicating copy to clipboard operation
derive_more copied to clipboard

Remove nightly cfg from impl crate

Open JelteF opened this issue 1 year ago • 1 comments
trafficstars

We can use rustversion for this. For some of the tests its still needed because of this error:

error[E0658]: non-inline modules in proc macro input are unstable
  --> tests/error/mod.rs:53:1
   |
53 | mod nightly;
   | ^^^^^^^^^^^^
   |
   = note: see issue #54727 <https://github.com/rust-lang/rust/issues/54727> for more information

JelteF avatar Aug 06 '24 20:08 JelteF

Hmm, okay apparently I cannot use rustversion in doc tests (which is where we need it). So I'll leave this open to look again later.

JelteF avatar Aug 06 '24 20:08 JelteF