Use https URLs to refer to rust-lang.org where appropriate.
Also fixes a few outdated links.
This commit is contained in:
parent
febdc3b201
commit
bbbfed2f93
57 changed files with 185 additions and 206 deletions
|
|
@ -16,7 +16,7 @@
|
|||
//
|
||||
// This is testing the generalization (to the whole function body)
|
||||
// discussed here:
|
||||
// http://internals.rust-lang.org/t/psa-rejecting-duplicate-loop-labels/1833
|
||||
// https://internals.rust-lang.org/t/psa-rejecting-duplicate-loop-labels/1833
|
||||
|
||||
pub fn foo() {
|
||||
{ 'fl: for _ in 0..10 { break; } } //~ NOTE shadowed label `'fl` declared here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue