Skip to content
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

Fixed a typo in list's find() documentation. #12131

Merged
merged 1 commit into from
Feb 10, 2014
Merged

Fixed a typo in list's find() documentation. #12131

merged 1 commit into from
Feb 10, 2014

Conversation

brunoabinader
Copy link
Contributor

Replace v with ls.

@brunoabinader
Copy link
Contributor Author

@pcwalton r? :-)

bors added a commit that referenced this pull request Feb 10, 2014
@bors bors closed this Feb 10, 2014
@bors bors merged commit 66c036c into rust-lang:master Feb 10, 2014
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Mar 21, 2024
fix [`dbg_macro`] FN when dbg is inside some complex macros

fixes: rust-lang#12131

It appears that [`root_macro_call_first_node`] only detects `println!` in the following example:
```rust
println!("{:?}", dbg!(s));
```
---

changelog: fix [`dbg_macro`] FN when `dbg` is inside some complex macros

(re-opening b'cuz bors doesn't like my previous one)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants