Advertisement
purxiz

Untitled

Dec 5th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. > cargo build
  2. Updating registry `https://github.com/rust-lang/crates.io-index`
  3. Downloading serde v0.7.0
  4. Downloading serde_json v0.7.0
  5. Downloading clap v2.1.2
  6. Downloading byteorder v0.5.0
  7. Downloading libc v0.2.8
  8. Downloading pkg-config v0.3.8
  9. Downloading num v0.1.31
  10. Downloading bitflags v0.4.0
  11. Downloading strsim v0.4.0
  12. Downloading vec_map v0.4.0
  13. Downloading ansi_term v0.7.2
  14. Downloading syntex v0.29.0
  15. Downloading serde_codegen v0.7.0
  16. Downloading syntex_syntax v0.29.1
  17. Downloading rustc-serialize v0.3.18
  18. Downloading bitflags v0.3.3
  19. Downloading unicode-xid v0.0.3
  20. Downloading term v0.2.14
  21. Downloading log v0.3.5
  22. Downloading kernel32-sys v0.2.1
  23. Downloading winapi v0.2.5
  24. Downloading winapi-build v0.1.1
  25. Downloading quasi v0.7.0
  26. Downloading aster v0.13.1
  27. Downloading quasi_codegen v0.7.0
  28. Compiling bitflags v0.4.0
  29. Compiling ansi_term v0.7.2
  30. Compiling libc v0.2.8
  31. Compiling unicode-xid v0.0.3
  32. Compiling winapi v0.2.5
  33. Compiling num v0.1.31
  34. Compiling bitflags v0.3.3
  35. Compiling serde v0.7.0
  36. Compiling pkg-config v0.3.8
  37. Compiling rustc-serialize v0.3.18
  38. Compiling opus-sys v0.2.0 (file:///home/purxiz/Downloads/dca-rs-0.1.0/lib/rust-opus/opus-sys)
  39. Compiling vec_map v0.4.0
  40. Compiling strsim v0.4.0
  41. Compiling clap v2.1.2
  42. Compiling serde_json v0.7.0
  43. Compiling byteorder v0.5.0
  44. Compiling log v0.3.5
  45. Compiling winapi-build v0.1.1
  46. Compiling kernel32-sys v0.2.1
  47. Compiling term v0.2.14
  48. Compiling syntex_syntax v0.29.1
  49. Compiling opus v0.1.1 (file:///home/purxiz/Downloads/dca-rs-0.1.0/lib/opus-rs)
  50. Compiling aster v0.13.1
  51. Compiling syntex v0.29.0
  52. Compiling quasi v0.7.0
  53. Compiling quasi_codegen v0.7.0
  54. Compiling serde_codegen v0.7.0
  55. error: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644)
  56. --> /home/purxiz/Downloads/dca-rs-0.1.0/target/debug/build/serde_codegen-2e153423c403dec4/out/lib.rs:15:5
  57. |
  58. 15 | #[derive_Debug]
  59. | ^^^^^^^^^^^^^^^
  60.  
  61. error: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644)
  62. --> /home/purxiz/Downloads/dca-rs-0.1.0/target/debug/build/serde_codegen-2e153423c403dec4/out/lib.rs:53:5
  63. |
  64. 53 | #[derive_Debug]
  65. | ^^^^^^^^^^^^^^^
  66.  
  67. error: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644)
  68. --> /home/purxiz/Downloads/dca-rs-0.1.0/target/debug/build/serde_codegen-2e153423c403dec4/out/lib.rs:104:5
  69. |
  70. 104 | #[derive_Debug]
  71. | ^^^^^^^^^^^^^^^
  72.  
  73. error: attributes of the form `#[derive_*]` are reserved for the compiler (see issue #29644)
  74. --> /home/purxiz/Downloads/dca-rs-0.1.0/target/debug/build/serde_codegen-2e153423c403dec4/out/lib.rs:147:5
  75. |
  76. 147 | #[derive_Debug]
  77. | ^^^^^^^^^^^^^^^
  78.  
  79. error: aborting due to 4 previous errors
  80.  
  81. error: Could not compile `serde_codegen`.
  82.  
  83. To learn more, run the command again with --verbose.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement