Test case: ``` rust #[crate_id="foo"]; pub struct Foo; impl Foo { #[unstable] pub fn foo(&self) {} } ```