We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd81ca commit ff75175Copy full SHA for ff75175
c2rust-analyze/src/borrowck/dump.rs
@@ -1,7 +1,7 @@
1
+//! Copied partly from rustc `compiler/rustc_borrowck/src/facts.rs`, which is dual-licensed MIT and
2
+//! Apache 2.0.
3
use crate::borrowck::atoms::{AllFacts, AtomMaps, Loan, Origin, Output, Path, Point, Variable};
4
use rustc_hash::{FxHashMap, FxHashSet};
-/// Copied partly from rustc `compiler/rustc_borrowck/src/facts.rs`, which is dual-licensed MIT and
-/// Apache 2.0.
5
use std::collections::{BTreeMap, BTreeSet};
6
use std::error::Error;
7
use std::fmt::Write as _;
0 commit comments