]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/nullable-pointer-iotareduction.rs
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / ui / nullable-pointer-iotareduction.rs
index 4c6964f294b5e18cb5525078d1406e2a4b17207c..568c3e144be2c302cabef8446cd0f166954bad0a 100644 (file)
@@ -4,7 +4,7 @@
 
 // Iota-reduction is a rule in the Calculus of (Co-)Inductive Constructions,
 // which "says that a destructor applied to an object built from a constructor
-// behaves as expected".  -- http://coq.inria.fr/doc/Reference-Manual006.html
+// behaves as expected".  -- https://coq.inria.fr/doc/language/core/conversion.html#iota-reduction
 //
 // It's a little more complicated here, because of pointers and regions and
 // trying to get assert failure messages that at least identify which case