Giter VIP home page Giter VIP logo

rustcord's People

Contributors

twister915 avatar

Stargazers

sync. avatar Tobias Rempe avatar Vitalii avatar  avatar dec avatar alex, avatar Tschaeggie avatar Cameron Weaver (Clutch) avatar  avatar TehBrian avatar David Marsh avatar Kyle Lacy avatar Willi Kappler avatar Mohammed Makhlouf (Mak) avatar Kim Hå avatar Christoph Grabo avatar danielsdesk avatar PixeL avatar Sxtanna avatar blong avatar Xe Iaso avatar  avatar insertt avatar Zachary Kohnen avatar James H avatar

Watchers

James Cloos avatar  avatar Joe Hirschfeld avatar  avatar

Forkers

avanatiker dlee13

rustcord's Issues

Compilation problem with current (2023) rust

Using rustc 1.70.0-nightly (a266f1199 2023-03-22)

error[E0308]: mismatched types
   --> src/proxy/initial.rs:107:26
    |
107 |                   version: StatusVersionSpec {
    |  __________________________^
108 | |                     name: "mcprox-rs 1.15.2".to_owned(),
109 | |                     protocol: 578,
110 | |                 },
    | |_________________^ expected `Option<StatusVersionSpec>`, found `StatusVersionSpec`
    |
    = note: expected enum `std::option::Option<mcproto_rs::status::StatusVersionSpec>`
             found struct `mcproto_rs::status::StatusVersionSpec

Although this is fixed (for compilation at least, haven't tested the proxy yet) with the suggestion from rustc.

help: try wrapping the expression in `Some`
    |
107 ~                 version: Some(StatusVersionSpec {
108 |                     name: "mcprox-rs 1.15.2".to_owned(),
109 |                     protocol: 578,
110 ~                 }),
    |

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.