File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/rustc_target/src/abi/call Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// Reference: MSP430 Embedded Application Binary Interface
2- // https://web.archive.org/web/20191221205752/http:// www.ti.com/lit/an/slaa534/slaa534 .pdf
2+ // https://www.ti.com/lit/an/slaa534a/slaa534a .pdf
33
44use crate :: abi:: call:: { ArgAbi , FnAbi } ;
55
Original file line number Diff line number Diff line change 44
55// Iota-reduction is a rule in the Calculus of (Co-)Inductive Constructions,
66// which "says that a destructor applied to an object built from a constructor
7- // behaves as expected". -- https://web.archive.org/web/20100531091244/http:// coq.inria.fr/doc/Reference-Manual006 .html
7+ // behaves as expected". -- https://coq.inria.fr/doc/language/core/conversion .html#iota-reduction
88//
99// It's a little more complicated here, because of pointers and regions and
1010// trying to get assert failure messages that at least identify which case
You can’t perform that action at this time.
0 commit comments