Oleg Nosov

Results 6 issues of Oleg Nosov

Instead of allowing polling of the underlying stream after the error, propagate this error first, and only after it will be received by the caller, allow to continue polling. The...

I'm very sorry to worry you again, but the problem with nested macros still exists. For now, there's no way to invoke nested macro in nested macro without increasing `internal_macro_calls`....

OS: `Darwin Kernel Version 19.0.0: Wed Sep 25 20:18:50 PDT 2019; root:xnu-6153.11.26~2/RELEASE_X86_64`. If add latest version (`0.14.0`) with `features = ["tensorflow_gpu"]` to `Cargo.toml`, most of times I get errors like...

bug

Incorrect hint for variable with a similar name defined using raw identifiers ```rust fn main() { let r#final = 1; r#fina; } ``` ([Playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=6214770563a002ca14cd236cc19f14c0)) Errors: ``` Compiling playground v0.0.1 (/playground)...

E-easy
C-enhancement
A-diagnostics
T-compiler
D-invalid-suggestion