Skip to content

Constant crashes, enormous unintelligible errors #15717

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mattfbacon opened this issue Oct 6, 2023 · 2 comments
Closed

Constant crashes, enormous unintelligible errors #15717

mattfbacon opened this issue Oct 6, 2023 · 2 comments
Labels
C-bug Category: bug

Comments

@mattfbacon
Copy link

rust-analyzer version: rust-analyzer 1.72.1 (d5c2e9c 2023-09-13)

rustc version: rustc 1.72.1 (d5c2e9c34 2023-09-13)

relevant settings: I'm using neovim 0.9.2. My RA config is:

rustfmt = {
	extraArgs = { '+nightly' },
},
checkOnSave = {
	command = 'clippy',
	allTargets = true,
},
cargo = {
	features = 'all',
},
inlayHints = {
	bindingModeHints = { enable = true },
	closureReturnTypeHints = { enable = 'with_block' },
	lifetimeElisionHints = { enable = 'always' },
	reborrowHints = { enable = 'always' },
	typeHints = {
		hideClosureInitialization = true,
	},
},

The crash contents are in this gist (extracted from Neovim LSP log): https://gist.github.com/mattfbacon/7db63d707cdfdc6192aae4f406c9d41a

@mattfbacon mattfbacon added the C-bug Category: bug label Oct 6, 2023
@mattfbacon
Copy link
Author

Still broken on neovim 0.9.4, rust-analyzer 1.73.0 (cc66ad4 2023-10-03), rustc 1.73.0 (cc66ad468 2023-10-03)

@Veykril
Copy link
Member

Veykril commented Nov 10, 2023

That's #5366

@Veykril Veykril closed this as not planned Won't fix, can't repro, duplicate, stale Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

2 participants