File tree 2 files changed +2
-2
lines changed
compiler/rustc_target/src/abi/call
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// 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
3
3
4
4
use crate :: abi:: call:: { ArgAbi , FnAbi } ;
5
5
Original file line number Diff line number Diff line change 4
4
5
5
// Iota-reduction is a rule in the Calculus of (Co-)Inductive Constructions,
6
6
// 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
8
8
//
9
9
// It's a little more complicated here, because of pointers and regions and
10
10
// trying to get assert failure messages that at least identify which case
You can’t perform that action at this time.
0 commit comments