pub fn open<'a>( entries: impl IntoIterator<Item = (&'a str, i64)> + Debug, ) -> Result<()>
Opens the quickfix window with the provided file and line number entries.
setqflist
copen