Skip to content

Releases: dtolnay/ghost

0.1.22

Choose a tag to compare

@dtolnay dtolnay released this 02 Jul 17:01
0.1.22
9dd33d1
  • Resolve repr_packed_without_abi clippy lint in generated code (#45)

0.1.21

Choose a tag to compare

@dtolnay dtolnay released this 01 May 04:52
0.1.21
7581009
  • Allow phantom as trivial field inside repr(transparent) struct (#41, #42). Previously:
error: zero-sized fields in `repr(transparent)` cannot contain `repr(C)` types
 --> src/main.rs:7:24
  |
7 | struct MyWrapper<T>(T, MyPhantom<T>);
  |                        ^^^^^^^^^^^^
  |
  = note: this field contains `TypeParam<T>`, which is a `#[repr(C)]` type, so it is not guaranteed to be zero-sized on all targets.
  = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
  = note: for more information, see issue #78586 <https://github.com/rust-lang/rust/issues/78586>
  = note: `#[deny(repr_transparent_non_zst_fields)]` (part of `#[deny(future_incompatible)]`) on by default

0.1.20

Choose a tag to compare

@dtolnay dtolnay released this 05 Jul 17:38
0.1.20
877b6cd
  • Support const generics (#38)

0.1.19

Choose a tag to compare

@dtolnay dtolnay released this 03 Mar 23:30
0.1.19
7e1eaba
  • Documentation improvements

0.1.18

Choose a tag to compare

@dtolnay dtolnay released this 11 Dec 18:50
0.1.18
6c8299c
  • Mark all generated trait impls with #[automatically_derived] to exclude from required test coverage (#36)

0.1.17

Choose a tag to compare

@dtolnay dtolnay released this 02 Jan 06:49
0.1.17
81beca8
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.1.16

Choose a tag to compare

@dtolnay dtolnay released this 01 Nov 05:57
0.1.16
90bd54c
  • Support hiding re-export in the value namespace (#22)

0.1.15

Choose a tag to compare

@dtolnay dtolnay released this 01 Nov 05:31
0.1.15
db7203d
  • Fix compatibility with nightly rustdoc (#20, #21)

0.1.14

Choose a tag to compare

@dtolnay dtolnay released this 21 Jul 04:40
0.1.14
46d7d02
  • Documentation improvements

0.1.13

Choose a tag to compare

@dtolnay dtolnay released this 04 Jul 19:01
0.1.13
b9d149f
Release 0.1.13