-
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
8223814
commit 8bf237c
Showing
7 changed files
with
105 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,67 @@ | ||
<!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 #8 - An Existential Crisis</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 #8 - An Existential Crisis</h1> | ||
<div class="date">August 5, 2017</div> | ||
|
||
<p>This week we look at <a href="https://github.com/rust-lang/rfcs/pull/2071">RFC 2071</a> "Add impl Trait type alias and variable declarations", | ||
which allows <code>impl Trait</code> (existential types) to be used in <code>type</code> aliases.</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>Cramer Taylor</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,25 @@ | ||
% Request For Explanation #8 - An Existential Crisis | ||
|
||
<div class="date">August 5, 2017</div> | ||
|
||
This week we look at [RFC 2071](https://github.com/rust-lang/rfcs/pull/2071) "Add impl Trait type alias and variable declarations", | ||
which allows `impl Trait` (existential types) to be used in `type` aliases. | ||
|
||
<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 | ||
* Cramer Taylor |
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