Skip to content

issues Search Results · repo:rust-lang/annotate-snippets-rs language:Rust

Filter by

64 results
 (97 ms)

64 results

inrust-lang/annotate-snippets-rs (press backspace or delete to remove)

This is based on what is currently in master
M-breaking-change
  • epage
  • Opened 
    23 days ago
  • #208

I ve been using this crate for personal project of mine, and I ve sometimes found myself wanting to do something like this this: fn make_message(token: Token) - Message _ { Level::Error.header(format!( ...
M-breaking-change
  • abnormalmaps
  • Opened 
    on Apr 19
  • #200

C-enhancement
M-breaking-change
  • epage
  • Opened 
    on Apr 16
  • #199

.element( Origin::new( $SRC_DIR/core/src/cmp.rs ) .line(334) .char_column(14) .primary(true) ...
M-breaking-change
  • epage
  • Opened 
    on Apr 16
  • #197

As part of this, we should keep in mind #118
M-breaking-change
  • epage
  • Opened 
    on Apr 16
  • #196

Currently, display_list.rs file is of 1700+ lines, which might be hard to read. So I guess it would be a good idea to divide file into folder as it can improve readability, easier collaborations and many ...
  • PatelTirth25
  • Opened 
    on Mar 17
  • #184

For this code, use annotate_snippets::{Level, Renderer, Snippet}; fn main() { let message = Level::Error .title( mismatched types ) .snippet( Snippet::source( ...
C-bug
  • Pyr0de
  • 1
  • Opened 
    on Mar 17
  • #183

Problem Sometimes there is a need to perform modifications to the displayed error output in order to highlight specific parts of the source code to increase developers understanding of where and why an ...
C-enhancement
  • RodogInfinite
  • 6
  • Opened 
    on Feb 11
  • #178

Here is a repro program (note the assert to make it clear where the span is pointing): use annotate_snippets::{Level, Renderer, Snippet}; fn main() { let source = \ \ \ Summary.\n\nDescription.\n\n ...
  • BurntSushi
  • 2
  • Opened 
    on Jan 14
  • #177

During the process of upgrading our copy of annotate-snippets in Ruff, I discovered that the way empty spans after a line terminator are handled had changed. Previously: use annotate_snippets::{ ...
  • BurntSushi
  • 1
  • Opened 
    on Jan 14
  • #176
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub