mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
Update FIXME comment to be more useful
This commit is contained in:
committed by
Paul Daniel Faria
parent
4a4b1f48ef
commit
c9e670b875
@@ -579,7 +579,8 @@ fn highlight_element(
|
||||
return None;
|
||||
}
|
||||
|
||||
// FIXME account for alignment... somehow
|
||||
// FIXME This needs layout computation to be correct. It will highlight
|
||||
// more than it should with the current implementation.
|
||||
|
||||
Highlight::new(HighlightTag::Operator) | HighlightModifier::Unsafe
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user