aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/init.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2019-11-13 19:50:15 +0000
committerGravatar GitHub <noreply@github.com> 2019-11-13 19:50:15 +0000
commit85463ed6c33629866f3977d2093ab3424a5a1b6e (patch)
treecb27d26da5c7cf3c51a06ce574671287a0ab5e33 /macros/src/codegen/init.rs
parent72e84cb297ef06d9496d18402bc8ea2d88cd1665 (diff)
parente9a83947bc919487d8566ec0f7348bbe0d9ae8af (diff)
parent76e234599f6da0b7ee21b98da80201a3984ee323 (diff)
downloadrtic-85463ed6c33629866f3977d2093ab3424a5a1b6e.tar.gz
rtic-85463ed6c33629866f3977d2093ab3424a5a1b6e.tar.zst
rtic-85463ed6c33629866f3977d2093ab3424a5a1b6e.zip
Merge #268 #270
268: CI: replace compiletest-rs with trybuild r=japaric a=japaric We use compiletest to run compile-fail tests but compiletest depends on compiler internals so it breaks every now and then and requires nightly. With trybuild we can also run compile-fail tests but it works on stable and it already has reached version 1.0 270: Added struct de-structure-ing example in tips & tricks r=japaric a=korken89 As per last meeting, a bare-bones added that we can improve Co-authored-by: Jorge Aparicio <jorge@japaric.io> Co-authored-by: Emil Fresk <emil.fresk@gmail.com>