Work around rustc compilation regression on nightly
authorMatt Corallo <git@bluematt.me>
Thu, 10 Feb 2022 21:11:59 +0000 (21:11 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 10 Feb 2022 21:11:59 +0000 (21:11 +0000)
commit78c6154d9a50ff9338eac48ba8d469c6268f5510
tree652d291208e4f4d17afb6e1057f9496d1ab55cac
parentd29ae1826e1d3fe39f65474532f8788413ce8737
Work around rustc compilation regression on nightly

Apparently rustc doesn't (actually) provide any kind of
compilation-stability guarantees, despite their claims. Here we
work around rustc being unstable by making the trait call explicit.

See also https://github.com/rust-lang/rust/issues/93599
lightning/src/ln/msgs.rs