-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a34ef1
commit 5960ce6
Showing
7 changed files
with
103 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="generator" content="rustdoc"> | ||
<title>Request For Explanation #9 - A Once in a Lifetime RFC</title> | ||
|
||
|
||
<link href="../src/style.css" rel="stylesheet" type="text/css"> | ||
<link href="../src/rust.css" rel="stylesheet" type="text/css"> | ||
<link rel="alternate" type="application/rss+xml" title="Request For Explanation RSS Feed" href="../rss.xml" /> | ||
|
||
|
||
</head> | ||
<body class="rustdoc"> | ||
<!--[if lte IE 8]> | ||
<div class="warning"> | ||
This old browser is unsupported and will most likely display funky | ||
things. | ||
</div> | ||
<![endif]--> | ||
|
||
<div class="content"> | ||
|
||
<p><a href="..">Episode List</a></p> | ||
|
||
|
||
<h1 class="title">Request For Explanation #9 - A Once in a Lifetime RFC</h1> | ||
<div class="date">August 28, 2017</div> | ||
|
||
<p>This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2094">RFC 2094</a> "Non-lexical lifetimes"</p> | ||
|
||
<p><audio controls="controls"> | ||
<source src="episode.mp3" type="audio/mp3"> | ||
<source src="episode.ogg" type="audio/ogg"> | ||
<source src="episode.m4a" type="audio/x-m4a"> | ||
</audio></p> | ||
|
||
<h2 id='downloads' class='section-header'><a href='#downloads'>Downloads</a></h2> | ||
<ul> | ||
<li><a href="episode.mp3">MP3</a></li> | ||
<li><a href="episode.ogg">OGG</a></li> | ||
<li><a href="episode.m4a">MPEG-4</a></li> | ||
</ul> | ||
|
||
<h2 id='panelists' class='section-header'><a href='#panelists'>Panelists</a></h2> | ||
<ul> | ||
<li>Carol Nichols</li> | ||
<li>Manish Goregaokar</li> | ||
<li>Alexis Beingessner</li> | ||
<li>Niko Matsakis</li> | ||
</ul> | ||
|
||
|
||
<div class="footer"> | ||
<a href=".."> Back To Home </a> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
% Request For Explanation #9 - A Once in a Lifetime RFC | ||
|
||
<div class="date">August 28, 2017</div> | ||
|
||
This week we look at [RFC 2094](https://github.com/rust-lang/rfcs/pull/2094) "Non-lexical lifetimes" | ||
|
||
<audio controls="controls"> | ||
<source src="episode.mp3" type="audio/mp3"> | ||
<source src="episode.ogg" type="audio/ogg"> | ||
<source src="episode.m4a" type="audio/x-m4a"> | ||
</audio> | ||
|
||
## Downloads | ||
|
||
* [MP3](episode.mp3) | ||
* [OGG](episode.ogg) | ||
* [MPEG-4](episode.m4a) | ||
|
||
## Panelists | ||
|
||
* Carol Nichols | ||
* Manish Goregaokar | ||
* Alexis Beingessner | ||
* Niko Matsakis |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters