You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on rustc 0.13.0-dev (260e46115 2015-01-04 16:36:41 +0000) this yields:
issue.rs:6:13: 6:30 error: the trait `core::kinds::Sized` is not implemented for the type `str`
issue.rs:6 match x.downcast::<str>() {
^~~~~~~~~~~~~~~~~
error: aborting due to previous error