Skip to content

Commit 157898e

Browse files
committed
Point to the updated version of some dead links
1 parent bdfcb88 commit 157898e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/rustc_target/src/abi/call/msp430.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
use crate::abi::call::{ArgAbi, FnAbi};
55

src/test/ui/nullable-pointer-iotareduction.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)