Steve Klabnik

Results 424 comments of Steve Klabnik

Triage: no real updates this week.

relevance folks not in attendance, so no updates

@carols10cents has tried something, but it wasn't ideal. (Carol, I missed the name of the thing you tried)

No updates, as the people involved were not in attendance.

I'm not sure what you mean by "is broken", but on my machine, it works but doesn't show any relevant symbols from my crate, only dependencies. and strangely, a fmt...

> generic functions Ah, so this is ```rust struct List { item: T, } impl List { fn push_back(&mut self, T) ``` So yeah, that'd be generic. Oops, I must...