InfiniteCoder
InfiniteCoder
If you are having merge problems regarding `crates/ugli-raw/src/gl/constants.rs` or `crates/ugli/src/texture/mod.rs`, use code from [my main](https://github.com/InfiniteCoder01/geng)
Since I'm bad at using git, #80 should be merged first
Also, why is it building ncurses-abi5-compat-6.4?
If you are having merge problems regarding `crates/ugli-raw/src/gl/constants.rs` or `crates/ugli/src/texture/mod.rs`, use code from [my main](https://github.com/InfiniteCoder01/geng)
If you are having merge problems regarding `crates/ugli-raw/src/gl/constants.rs` or `crates/ugli/src/texture/mod.rs`, use code from [my main](https://github.com/InfiniteCoder01/geng)
Also, this interface requires Seek to be implemented on a stream. Is there a way I can deal with that?
I did not realize that this feature is there, we need docs for proc macros. But it's expecting type to be something that we put behind a reference, which is...
Example of this that I can think of is quite complex, but here it is: When using [logos](https://www.crates.io/crates/logos) in combination with [codespan_reporting](https://www.crates.io/crates/codespan_reporting) and writing a compiler for a language, that...
For now, we can use a workaround: ``` let source = file.source().clone(); // File is codespan_reporting::files::SimpleFile let mut lexer = lexer::Token::lexer(&source); ```
Спасибо, поправил