Skip to content

Instantly share code, notes, and snippets.

@rust-play
Created December 29, 2021 16:47

Revisions

  1. rust-play created this gist Dec 29, 2021.
    6 changes: 6 additions & 0 deletions playground.rs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    struct Test<T>(T);

    impl<T> Test<T> {
    const fn const_drop(self) {
    }
    }