Giter Club home page Giter Club logo

mayda's People

Contributors

fralalonde avatar harharkh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mayda's Issues

Cargo crate doesn't seem to build anymore

Latest Nightly

rustc 1.34.0-nightly (d17318011 2019-02-07)

error[E0557]: feature has been removed
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:129:45
    |
129 | #![feature(plugin_registrar, rustc_private, quote)]
    |                                             ^^^^^

followed by

error[E0433]: failed to resolve: could not find `quote` in `ext`
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:141:18
    |
141 | use syntax::ext::quote::rt::Span;
    |                  ^^^^^ could not find `quote` in `ext`

error[E0432]: unresolved import `syntax::codemap`
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:146:5
    |
146 | use syntax::codemap;
    |     ^^^^^^^^^^^^^^^ no `codemap` in the root

error[E0432]: unresolved import `syntax::fold`
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:148:13
    |
148 | use syntax::fold::Folder;
    |             ^^^^ could not find `fold` in `syntax`

error[E0432]: unresolved import `syntax::util::small_vector`
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:152:5
    |
152 | use syntax::util::small_vector;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util`

error: cannot find macro `quote_item!` in this scope
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:505:9
    |
505 |         quote_item!(cx,
    |         ^^^^^^^^^^

Stable

error[E0432]: unresolved import `syntax::codemap`
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:146:5
    |
146 | use syntax::codemap;
    |     ^^^^^^^^^^^^^^^ no `codemap` in the root

error[E0432]: unresolved import `syntax::util::small_vector`
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:152:5
    |
152 | use syntax::util::small_vector;
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `small_vector` in `util`

error[E0554]: #![feature] may not be used on the stable release channel
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:129:1
    |
129 | #![feature(plugin_registrar, rustc_private, quote)]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: #![feature] may not be used on the stable release channel
   --> /Users/dteller/.cargo/registry/src/github.com-1ecc6299db9ec823/mayda_macros-0.1.4/src/lib.rs:130:1
    |
130 | #![feature(inclusive_range_syntax, step_by,iterator_step_by)]
    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.