소스 검색

Merge pull request #96 from renato-zannon/rustup

Update num-macros to rust master
Alex Crichton 10 년 전
부모
커밋
dab8c6de71
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      num-macros/src/lib.rs

+ 2 - 0
num-macros/src/lib.rs

@@ -78,6 +78,7 @@ pub fn expand_deriving_from_primitive(cx: &mut ExtCtxt,
         methods: vec!(
             MethodDef {
                 name: "from_i64",
+                is_unsafe: false,
                 generics: LifetimeBounds::empty(),
                 explicit_self: None,
                 args: vec!(Literal(path_local!(i64))),
@@ -93,6 +94,7 @@ pub fn expand_deriving_from_primitive(cx: &mut ExtCtxt,
             },
             MethodDef {
                 name: "from_u64",
+                is_unsafe: false,
                 generics: LifetimeBounds::empty(),
                 explicit_self: None,
                 args: vec!(Literal(path_local!(u64))),