Giter Site home page Giter Site logo

rustris's People

Contributors

netthier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rustris's Issues

[E0716]: Temporary value dropped while borrowed

Hey there, I tried compiling according to the README instructions and I got the following errors:

   Compiling tinybmp v0.2.3
   Compiling rustris-efi v0.1.0 (/home/masijo/rustris)
error[E0716]: temporary value dropped while borrowed
  --> src/framebuffer.rs:51:13
   |
51 |             system_table()
   |             ^^^^^^^^^^^^^^ creates a temporary which is freed while still in use
...
57 |         };
   |          - temporary value is freed at the end of this statement
58 | 
59 |         let gop = unsafe { &mut *protocol.get() };
   |                                  -------- borrow later used here
   |
   = note: consider using a `let` binding to create a longer lived value

error[E0716]: temporary value dropped while borrowed
   --> src/game.rs:140:13
    |
140 |             system_table()
    |             ^^^^^^^^^^^^^^ creates a temporary which is freed while still in use
...
146 |         };
    |          - temporary value is freed at the end of this statement
147 | 
148 |         let keyboard = unsafe { &mut *protocol.get() };
    |                                       -------- borrow later used here
    |
    = note: consider using a `let` binding to create a longer lived value

error: aborting due to 2 previous errors

Best of luck!

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.