Giter Club home page Giter Club logo

Comments (2)

64 avatar 64 commented on August 16, 2024

From the project root folder, do:

rustup install nightly
rustup override set nightly
cargo run

from nihongo.

elizhenin avatar elizhenin commented on August 16, 2024

Still not build, showing the folowing:

Compiling nihongo v0.0.0 (/home/user/Downloads/nihongo-master)
error[E0557]: feature has been removed
--> src/main.rs:2:12
|
2 | #![feature(const_fn)]
| ^^^^^^^^ feature has been removed
|
= note: split into finer-grained feature gates

warning: unused import: sdl2::Sdl
--> src/display.rs:3:5
|
3 | use sdl2::Sdl;
| ^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

warning: use of deprecated function std::thread::sleep_ms: replaced by std::thread::sleep
--> src/main.rs:263:17
|
263 | thread::sleep_ms(2);
| ^^^^^^^^
|
= note: #[warn(deprecated)] on by default

error[E0599]: no method named get_extended_function_info found for struct CpuId in the current scope
--> src/main.rs:116:28
|
116 | let brand = id.get_extended_function_info()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: get_extended_feature_info

Some errors have detailed explanations: E0557, E0599.
For more information about an error, try rustc --explain E0557.
warning: nihongo (bin "nihongo") generated 2 warnings
error: could not compile nihongo due to 2 previous errors; 2 warnings emitted

from nihongo.

Related Issues (1)

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.