Thursday, June 26, 2025
30.8 C
Singapore

Brexit chaos unites Europe: Tusk

The tortuous Brexit process has acted as a “vaccine” against anti-EU sentiment across the continent, European Council President Donald Tusk claimed Tuesday.

He was speaking after EU leaders met in Brussels to discuss the European Parliament election results, where nationalist and eurosceptic parties made gains but not as many as some feared.

“As Europeans see what Brexit means in practice, they also draw conclusions,” Tusk told a end-of-summit press conference.

“Brexit has been a vaccine against anti-EU propaganda and fake news.”

He added: “The vast majority voted for a more effective, stronger and united EU while rejecting those who want a weak Europe. This is a powerful sign.”

In fact, “as people have become more pro-European, some major Eurosceptic parties have abandoned the anti-EU slogans and presented themselves as EU reformers. This is a positive development,” Tusk continued.

“I have no doubt that one of the reasons why people on the continent voted for pro-European majority is also Brexit.”

British Prime Minister Theresa May was among the EU leaders who gathered in Brussels to discuss the future leadership of the bloc, but Tusk said Brexit was not discussed.

See also  Queen admits 'bumpy' year in Christmas message

May updated her colleagues on her resignation announcement last week, a British government source said, but Tusk insisted her presence at the meeting was “something very natural”.

“She’s still British prime minister and the UK is still member of the EU,” he said.

The official race to succeed May will not start until next week but almost a dozen of her Conservative colleagues have already declared their interest — many taking a hard line on Brexit.

Tusk refused to comment directly but said: “We are all here aware of what is the state of things in London today. Nothing promising, I should say.”

ar/pdw/spm

/AFP

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });