File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
branches/snap-stage3/src/libstd/old_io Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 6c065fc8cb036785f61ff03e05c1563cbb2dd081
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 6f2a1c946744dd6c1de7a1c556cb1333592dec62
4
+ refs/heads/snap-stage3: df76442c99635e176f70d2e7977317a871b8f906
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ use error::Error;
252
252
use fmt;
253
253
use isize;
254
254
use iter:: { Iterator , IteratorExt } ;
255
- use marker:: Sized ;
255
+ use marker:: { PhantomFn , Sized } ;
256
256
use mem:: transmute;
257
257
use ops:: FnOnce ;
258
258
use option:: Option ;
@@ -1572,7 +1572,9 @@ pub trait Seek {
1572
1572
/// connections.
1573
1573
///
1574
1574
/// Doing so produces some sort of Acceptor.
1575
- pub trait Listener < T , A : Acceptor < T > > {
1575
+ pub trait Listener < T , A : Acceptor < T > >
1576
+ : PhantomFn < T , T > // FIXME should be an assoc type anyhow
1577
+ {
1576
1578
/// Spin up the listener and start queuing incoming connections
1577
1579
///
1578
1580
/// # Error
You can’t perform that action at this time.
0 commit comments