Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in lifetime
How can multiple parts of self be borrowed here? Isn't self borrowed mutably as well as immutably here?
Apr 17, 2026
rust
lifetime
self
borrow-checker
borrowing
How to kill NSWindow properly?
Apr 11, 2026
macos
nswindow
lifetime
appkit
reference-counting
In the C++ standard, paragraph 6.7.3.5, what does "depends on the side effects" mean?
Apr 10, 2026
c++
language-lawyer
undefined-behavior
lifetime
iso
WCF channel lifetime with repeat calls
Apr 11, 2026
c#
wcf
channel
lifetime
Does &'a T imply T: 'a?
Apr 09, 2026
rust
language-lawyer
lifetime
How to fix lifetimes when returning and iterator over borrowed data?
Apr 09, 2026
rust
lifetime
Why does std::thread::Scope::spawn need the bound `T: 'scope`?
Mar 31, 2026
rust
lifetime
How to pass &mut str and change the original mut str without a return?
Mar 30, 2026
string
rust
reference
lifetime
mutable
How to set the lifetime on these structures?
Mar 29, 2026
rust
lifetime
Why does a &str not have a "does not live long enough" issue when returned from a function? [duplicate]
Mar 29, 2026
string
rust
lifetime
string-literals
setting pointer to variable declared in local scope in C
Mar 28, 2026
c
language-lawyer
undefined-behavior
lifetime
Lifetime of "extern" variable in C?
Mar 27, 2026
c
extern
lifetime
How to prevent a value from being moved?
Mar 25, 2026
rust
move
lifetime
lifetime bound on associated type is rejected although it seems valid
Mar 22, 2026
rust
traits
lifetime
When exactly temporary object in function call is dropped in Rust?
Mar 21, 2026
rust
lifetime
What does this higher-ranked trait bound mean?
Mar 18, 2026
rust
traits
lifetime
How should I restructure my graph code to avoid an "Cannot borrow variable as mutable more than once at a time" error?
Mar 18, 2026
rust
lifetime
borrowing
Why does reassigning a function argument reference cause a lifetime error in Rust?
Mar 16, 2026
rust
lifetime
Does returning a reference extend its lifetime too?
Mar 15, 2026
c++
reference
c++17
rvalue-reference
lifetime
Older Entries »