issues Search Results · repo:intellij-rust/intellij-rust.github.io language:SCSS
Filter by
37 results
(52 ms)37 results
inintellij-rust/intellij-rust.github.io (press backspace or delete to remove)https://intellij-rust.github.io/2022/05/30/changelog-171.html is 404 https://intellij-rust.github.io/thisweek/ doesn t
mention changelog #171
develop7
- 4
- Opened on May 30, 2022
- #153
https://plugins.jetbrains.com/plugin/8182-rust/docs/rust-faq.html#use-rls-racer-rustanalyzer
I wonder if it makes to say “we share some infrastructure code for running procedural macros with rust-analyzer”. ...
matklad
- 2
- Opened on Jul 20, 2021
- #126
Technically this doesn t make any difference but syntactically it is much easier to read when use statements are
positioned after the mod. Almost like saying from this imported module, use these things ...
trivigy
- 4
- Opened on Dec 5, 2019
- #80
This only affects the default macro engine.
There are PartialEq implementations for comparing a String with a string slice. It s defined here:
macro_rules! impl_eq {
($lhs:ty, $rhs: ty) = {
...
Aloso
- 1
- Opened on Aug 12, 2019
- #73
Hi, I don t know if this issue belongs here, but I ve never experienced this issue with an other language.
I m using intellij-rust v0.2.95.2120-191 with CLion 2019.1 on macOs 10.14.3. It s an issue that ...
richerarc
- 1
- Opened on Apr 4, 2019
- #69
The Rust-plugin gives me the error extern crate proc_macro not found even if the project compiles without an error.
Cargo.toml:
[package]
name = json_derive
version = 0.1.0
authors = [ Keziah Biermann ...
KizzyCode
- 2
- Opened on Oct 28, 2018
- #63
I use a feature in my project that is required for a certain module to be available. When I run tests the feature is not
enabled by default and my module is not compiled, and my test doesn t run. I can ...
timbru
- 1
- Opened on Aug 30, 2018
- #62
I ll use Nickel middleware! macro as example:
middleware!(
// Autocomplete doesn t work inside here. Ctrl + Space shows No suggestions .
)
Using brackets makes no difference. It doesn t work ...
KadoBOT
- 2
- Opened on Aug 9, 2018
- #61
Hi,
The following correct programme is weirdly highlighted:
fn main() {
println!( Sqr(21) = {} , sqr(21));
}
fn sqr(number: i64) - i64 {
return number * number;
}
Indeed, number (only on the ...
Jiehong
- 1
- Opened on Dec 27, 2017
- #58
Hi,
With the new semi-auto import feature being there (amazing! thanks!), I tried a quick piece of code, and here are my
results:
fn sqr(number: i64) - i64 {
thread::sleep(Duration::from_secs(2)); ...
Jiehong
- 1
- Opened on Dec 27, 2017
- #57

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.