Merge pull request #3374 from Manishearth/lint_unrooted_jsmanaged

Add lint for ensuring proper rooting of JS<T>; r=jdm
This commit is contained in:
Manish Goregaokar 2014-09-17 18:17:19 +05:30
commit 11ba79894a
131 changed files with 345 additions and 28 deletions

View file

@ -16,6 +16,7 @@ pub enum BlobType {
}
#[deriving(Encodable)]
#[must_root]
pub struct Blob {
reflector_: Reflector,
type_: BlobType